#99158B

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

Shades of Dark Magenta #99158B

Tints of Dark Magenta #99158B

Color information

#99158B (or 0x99158B) is unknown color: approx Dark Magenta. HEX triplet: 99, 15 and 8B. RGB value is (153,21,139). Sum of RGB (Red+Green+Blue) = 153+21+139=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99158B is #66EA74. Grayscale: #494949. Windows color (decimal): -6744693 or 9115033. OLE color: 9115033.

HSL color Cylindrical-coordinate representation of color #99158B: hue angle of 306.36º 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 #99158B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB15321139-
CMYK00.860.090.4
HSL306.36º75.86%34.12%-
HSV(B)306.36º86.27%60%-
XYZ18.079.1725.24-
YUV73.92164.73184.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=48.88%
G=6.71%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532113900.860.090.4306.3675.8634.12
Hex99158B0569281324c22
Octal231252130126115046211442
Binary1001100110101100010110101011010011010001001100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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