#99158A

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

Shades of Dark Magenta #99158A

Tints of Dark Magenta #99158A

Color information

#99158A (or 0x99158A) is unknown color: approx Dark Magenta. HEX triplet: 99, 15 and 8A. RGB value is (153,21,138). Sum of RGB (Red+Green+Blue) = 153+21+138=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99158A is #66EA75. Grayscale: #494949. Windows color (decimal): -6744694 or 9049497. OLE color: 9049497.

HSL color Cylindrical-coordinate representation of color #99158A: hue angle of 306.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99158A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15321138-
CMYK00.860.100.4
HSL306.82º75.86%34.12%-
HSV(B)306.82º86.27%60%-
XYZ17.999.1424.86-
YUV73.81164.23184.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=49.04%
G=6.73%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532113800.860.100.4306.8275.8634.12
Hex99158A056A281334c22
Octal231252120126125046311442
Binary1001100110101100010100101011010101010001001100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99158A; }

 p { color: rgb(153,21,138); }

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

<style>
 a { background-color: #99158A; }

 a { background-color: rgb(153,21,138); }

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

<style>
 span { border-color: #99158A; }

 span { border-color: rgb(153,21,138); }

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