#8A116A

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

Shades of Dark Purple #8A116A

Tints of Dark Purple #8A116A

Color information

#8A116A (or 0x8A116A) is unknown color: approx Dark Purple. HEX triplet: 8A, 11 and 6A. RGB value is (138,17,106). Sum of RGB (Red+Green+Blue) = 138+17+106=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A116A is #75EE95. Grayscale: #3F3F3F. Windows color (decimal): -7728790 or 6951306. OLE color: 6951306.

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

Color convert

RGB13817106-
CMYK00.880.230.46
HSL315.87º78.06%30.39%-
HSV(B)315.87º87.68%54.12%-
XYZ13.286.8414.26-
YUV63.32152.09181.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=52.87%
G=6.51%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381710600.880.230.46315.8778.0630.39
Hex8A116A058172E13c4e1e
Octal212211520130275647411636
Binary100010101000111010100101100010111101110100111100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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