#8A1170

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

Shades of Dark Purple #8A1170

Tints of Dark Purple #8A1170

Color information

#8A1170 (or 0x8A1170) is unknown color: approx Dark Purple. HEX triplet: 8A, 11 and 70. RGB value is (138,17,112). Sum of RGB (Red+Green+Blue) = 138+17+112=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1170 is #75EE8F. Grayscale: #3F3F3F. Windows color (decimal): -7728784 or 7344522. OLE color: 7344522.

HSL color Cylindrical-coordinate representation of color #8A1170: hue angle of 312.89º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1170 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13817112-
CMYK00.880.190.46
HSL312.89º78.06%30.39%-
HSV(B)312.89º87.68%54.12%-
XYZ13.616.9715.96-
YUV64.01155.09180.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=51.69%
G=6.37%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381711200.880.190.46312.8978.0630.39
Hex8A1170058132E1394e1e
Octal212211600130235647111636
Binary100010101000111100000101100010011101110100111001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,112); }

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

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

 a { background-color: rgb(138,17,112); }

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

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

 span { border-color: rgb(138,17,112); }

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