#8A116F

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

Shades of Dark Purple #8A116F

Tints of Dark Purple #8A116F

Color information

#8A116F (or 0x8A116F) is unknown color: approx Dark Purple. HEX triplet: 8A, 11 and 6F. RGB value is (138,17,111). Sum of RGB (Red+Green+Blue) = 138+17+111=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A116F is #75EE90. Grayscale: #3F3F3F. Windows color (decimal): -7728785 or 7278986. OLE color: 7278986.

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

Color convert

RGB13817111-
CMYK00.880.200.46
HSL313.39º78.06%30.39%-
HSV(B)313.39º87.68%54.12%-
XYZ13.556.9515.67-
YUV63.9154.59180.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=51.88%
G=6.39%
B=41.73%

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
Decimal1381711100.880.200.46313.3978.0630.39
Hex8A116F058142E1394e1e
Octal212211570130245647111636
Binary100010101000111011110101100010100101110100111001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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