#8A118B

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

Shades of Dark Magenta #8A118B

Tints of Dark Magenta #8A118B

Color information

#8A118B (or 0x8A118B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 11 and 8B. RGB value is (138,17,139). Sum of RGB (Red+Green+Blue) = 138+17+139=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A118B is #75EE74. Grayscale: #424242. Windows color (decimal): -7728757 or 9113994. OLE color: 9113994.

HSL color Cylindrical-coordinate representation of color #8A118B: hue angle of 299.51º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A118B is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13817139-
CMYK0.010.8800.45
HSL299.51º78.21%30.59%-
HSV(B)299.51º87.77%54.51%-
XYZ15.347.6725.1-
YUV67.09168.59178.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=46.94%
G=5.78%
B=47.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138171390.010.8800.45299.5178.2130.59
Hex8A118B15802D12c4e1f
Octal21221213113005545411637
Binary100010101000110001011110110000101101100101100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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