#862D83

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

Shades of Dark Purple #862D83

Tints of Dark Purple #862D83

Color information

#862D83 (or 0x862D83) is unknown color: approx Dark Purple. HEX triplet: 86, 2D and 83. RGB value is (134,45,131). Sum of RGB (Red+Green+Blue) = 134+45+131=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #862D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862D83 is #79D27C. Grayscale: #515151. Windows color (decimal): -7983741 or 8596870. OLE color: 8596870.

HSL color Cylindrical-coordinate representation of color #862D83: hue angle of 302.02º 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 #862D83 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13445131-
CMYK00.660.020.47
HSL302.02º49.72%35.1%-
HSV(B)302.02º66.42%52.55%-
XYZ14.878.5822.35-
YUV81.41155.99165.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 45 (17.97% from 255) = 14.52%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=43.23%
G=14.52%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344513100.660.020.47302.0249.7235.1
Hex862D8304222F12e3223
Octal2065520301022574566243
Binary10000110101101100000110100001010101111100101110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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