#861E84

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

Shades of Dark Purple #861E84

Tints of Dark Purple #861E84

Color information

#861E84 (or 0x861E84) is unknown color: approx Dark Purple. HEX triplet: 86, 1E and 84. RGB value is (134,30,132). Sum of RGB (Red+Green+Blue) = 134+30+132=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #861E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861E84 is #79E17B. Grayscale: #484848. Windows color (decimal): -7987580 or 8658566. OLE color: 8658566.

HSL color Cylindrical-coordinate representation of color #861E84: hue angle of 301.15º 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 #861E84 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13430132-
CMYK00.780.010.47
HSL301.15º63.41%32.16%-
HSV(B)301.15º77.61%52.55%-
XYZ14.467.6622.55-
YUV72.72161.46171.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=45.27%
G=10.14%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343013200.780.010.47301.1563.4132.16
Hex861E8404E12F12d3f20
Octal2063620401161574557740
Binary100001101111010000100010011101101111100101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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