#862086

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

Shades of Dark Purple #862086

Tints of Dark Purple #862086

Color information

#862086 (or 0x862086) is unknown color: approx Dark Purple. HEX triplet: 86, 20 and 86. RGB value is (134,32,134). Sum of RGB (Red+Green+Blue) = 134+32+134=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #862086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862086 is #79DF79. Grayscale: #494949. Windows color (decimal): -7987066 or 8790150. OLE color: 8790150.

HSL color Cylindrical-coordinate representation of color #862086: hue angle of 300º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862086 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13432134-
CMYK00.7600.47
HSL300º61.45%32.55%-
HSV(B)300º76.12%52.55%-
XYZ14.657.8223.29-
YUV74.13161.79170.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 32 (12.89% from 255) = 10.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=44.67%
G=10.67%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343213400.7600.4730061.4532.55
Hex86208604C02F12c3d21
Octal2064020601140574547541
Binary1000011010000010000110010011000101111100101100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862086; }

 p { color: rgb(134,32,134); }

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

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

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

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

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

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

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