#861982

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

Shades of Dark Purple #861982

Tints of Dark Purple #861982

Color information

#861982 (or 0x861982) is unknown color: approx Dark Purple. HEX triplet: 86, 19 and 82. RGB value is (134,25,130). Sum of RGB (Red+Green+Blue) = 134+25+130=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #861982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861982 is #79E67D. Grayscale: #454545. Windows color (decimal): -7988862 or 8526214. OLE color: 8526214.

HSL color Cylindrical-coordinate representation of color #861982: hue angle of 302.2º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861982 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13425130-
CMYK00.810.030.47
HSL302.2º68.55%31.18%-
HSV(B)302.2º81.34%52.55%-
XYZ14.217.3821.79-
YUV69.56162.11173.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=46.37%
G=8.65%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342513000.810.030.47302.268.5531.18
Hex86198205132F12e451f
Octal20631202012135745610537
Binary1000011011001100000100101000111101111100101110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861982; }

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

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

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

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

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

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

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

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