#862A83

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

Shades of Dark Purple #862A83

Tints of Dark Purple #862A83

Color information

#862A83 (or 0x862A83) is unknown color: approx Dark Purple. HEX triplet: 86, 2A and 83. RGB value is (134,42,131). Sum of RGB (Red+Green+Blue) = 134+42+131=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #862A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862A83 is #79D57C. Grayscale: #4F4F4F. Windows color (decimal): -7984509 or 8596102. OLE color: 8596102.

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

Color convert

RGB13442131-
CMYK00.690.020.47
HSL301.96º52.27%34.51%-
HSV(B)301.96º68.66%52.55%-
XYZ14.768.3622.31-
YUV79.65156.98166.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=43.65%
G=13.68%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344213100.690.020.47301.9652.2734.51
Hex862A8304522F12e3423
Octal2065220301052574566443
Binary10000110101010100000110100010110101111100101110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,42,131); }

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

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

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

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

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

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

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