#862D82

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

Shades of Dark Purple #862D82

Tints of Dark Purple #862D82

Color information

#862D82 (or 0x862D82) is unknown color: approx Dark Purple. HEX triplet: 86, 2D and 82. RGB value is (134,45,130). Sum of RGB (Red+Green+Blue) = 134+45+130=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #862D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862D82 is #79D27D. Grayscale: #515151. Windows color (decimal): -7983742 or 8531334. OLE color: 8531334.

HSL color Cylindrical-coordinate representation of color #862D82: hue angle of 302.7º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D82 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13445130-
CMYK00.660.030.47
HSL302.7º49.72%35.1%-
HSV(B)302.7º66.42%52.55%-
XYZ14.88.5621.99-
YUV81.3155.49165.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=43.37%
G=14.56%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344513000.660.030.47302.749.7235.1
Hex862D8204232F12f3223
Octal2065520201023574576243
Binary10000110101101100000100100001011101111100101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862D82; }

 p { color: rgb(134,45,130); }

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

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

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

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

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

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

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