#8A1986

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

Shades of Dark Purple #8A1986

Tints of Dark Purple #8A1986

Color information

#8A1986 (or 0x8A1986) is unknown color: approx Dark Purple. HEX triplet: 8A, 19 and 86. RGB value is (138,25,134). Sum of RGB (Red+Green+Blue) = 138+25+134=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1986 is #75E679. Grayscale: #464646. Windows color (decimal): -7726714 or 8788362. OLE color: 8788362.

HSL color Cylindrical-coordinate representation of color #8A1986: hue angle of 302.12º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1986 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB13825134-
CMYK00.820.030.46
HSL302.12º69.33%31.96%-
HSV(B)302.12º81.88%54.12%-
XYZ15.137.8223.27-
YUV71.21163.44175.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 25 (10.16% from 255) = 8.42%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=46.46%
G=8.42%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382513400.820.030.46302.1269.3331.96
Hex8A198605232E12e4520
Octal21231206012235645610540
Binary10001010110011000011001010010111011101001011101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A1986; }

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

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

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

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

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

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

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

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