#861E82

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

Shades of Dark Purple #861E82

Tints of Dark Purple #861E82

Color information

#861E82 (or 0x861E82) is unknown color: approx Dark Purple. HEX triplet: 86, 1E and 82. RGB value is (134,30,130). Sum of RGB (Red+Green+Blue) = 134+30+130=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #861E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861E82 is #79E17D. Grayscale: #484848. Windows color (decimal): -7987582 or 8527494. OLE color: 8527494.

HSL color Cylindrical-coordinate representation of color #861E82: hue angle of 302.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E82 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13430130-
CMYK00.780.030.47
HSL302.31º63.41%32.16%-
HSV(B)302.31º77.61%52.55%-
XYZ14.337.6121.83-
YUV72.5160.46171.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=45.58%
G=10.20%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343013000.780.030.47302.3163.4132.16
Hex861E8204E32F12e3f20
Octal2063620201163574567740
Binary1000011011110100000100100111011101111100101110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E82; }

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

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

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

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

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

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

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

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