#86386F

Color #86386F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #86386F

Tints of Dark Purple #86386F

Color information

#86386F (or 0x86386F) is unknown color: approx Dark Purple. HEX triplet: 86, 38 and 6F. RGB value is (134,56,111). Sum of RGB (Red+Green+Blue) = 134+56+111=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #86386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86386F is #79C790. Grayscale: #555555. Windows color (decimal): -7980945 or 7288966. OLE color: 7288966.

HSL color Cylindrical-coordinate representation of color #86386F: hue angle of 317.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86386F is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13456111-
CMYK00.580.170.47
HSL317.69º41.05%37.25%-
HSV(B)317.69º58.21%52.55%-
XYZ14.119.0416.04-
YUV85.59142.34162.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=44.52%
G=18.60%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345611100.580.170.47317.6941.0537.25
Hex86386F03A112F13e2925
Octal2067015707221574765145
Binary100001101110001101111011101010001101111100111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86386F; }

 p { color: rgb(134,56,111); }

 H1.HeaderClassName
 {
   color: #86386F;
 }
 .AnyTagClassName
 {
   color: #86386F;
 }
</style>
background-color css

<style>
 a { background-color: #86386F; }

 a { background-color: rgb(134,56,111); }

 div.DivClassName
 {
   background-color: #86386F;
 }
 .BgClassName
 {
   background-color: #86386F;
 }
</style>
border-color css

<style>
 span { border-color: #86386F; }

 span { border-color: rgb(134,56,111); }

 td.TdClassName
 {
   border-color: #86386F;
 }
 .TagClassName
 {
   border-color: #86386F;
 }
</style>