#8A1576

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

Shades of Dark Purple #8A1576

Tints of Dark Purple #8A1576

Color information

#8A1576 (or 0x8A1576) is unknown color: approx Dark Purple. HEX triplet: 8A, 15 and 76. RGB value is (138,21,118). Sum of RGB (Red+Green+Blue) = 138+21+118=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1576 is #75EA89. Grayscale: #424242. Windows color (decimal): -7727754 or 7738762. OLE color: 7738762.

HSL color Cylindrical-coordinate representation of color #8A1576: hue angle of 310.26º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1576 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13821118-
CMYK00.850.140.46
HSL310.26º73.58%31.18%-
HSV(B)310.26º84.78%54.12%-
XYZ14.027.2517.8-
YUV67.04156.76178.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=49.82%
G=7.58%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382111800.850.140.46310.2673.5831.18
Hex8A1576055E2E1364a1f
Octal212251660125165646611237
Binary10001010101011110110010101011110101110100110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,118); }

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

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

 a { background-color: rgb(138,21,118); }

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

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

 span { border-color: rgb(138,21,118); }

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