#8A116E

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

Shades of Dark Purple #8A116E

Tints of Dark Purple #8A116E

Color information

#8A116E (or 0x8A116E) is unknown color: approx Dark Purple. HEX triplet: 8A, 11 and 6E. RGB value is (138,17,110). Sum of RGB (Red+Green+Blue) = 138+17+110=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A116E is #75EE91. Grayscale: #3F3F3F. Windows color (decimal): -7728786 or 7213450. OLE color: 7213450.

HSL color Cylindrical-coordinate representation of color #8A116E: hue angle of 313.88º 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 #8A116E is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13817110-
CMYK00.880.200.46
HSL313.88º78.06%30.39%-
HSV(B)313.88º87.68%54.12%-
XYZ13.56.9315.38-
YUV63.78154.09180.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=52.08%
G=6.42%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381711000.880.200.46313.8878.0630.39
Hex8A116E058142E13a4e1e
Octal212211560130245647211636
Binary100010101000111011100101100010100101110100111010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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