#99199E

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

Shades of Dark Magenta #99199E

Tints of Dark Magenta #99199E

Color information

#99199E (or 0x99199E) is unknown color: approx Dark Magenta. HEX triplet: 99, 19 and 9E. RGB value is (153,25,158). Sum of RGB (Red+Green+Blue) = 153+25+158=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #99199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99199E is #66E661. Grayscale: #4E4E4E. Windows color (decimal): -6743650 or 10361241. OLE color: 10361241.

HSL color Cylindrical-coordinate representation of color #99199E: hue angle of 297.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99199E is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15325158-
CMYK0.030.8400.38
HSL297.74º72.68%35.88%-
HSV(B)297.74º84.18%61.96%-
XYZ19.669.9433.23-
YUV78.43172.91181.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 25 (10.16% from 255) = 7.44%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=45.54%
G=7.44%
B=47.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153251580.030.8400.38297.7472.6835.88
Hex99199E35402612a4924
Octal23131236312404645211144
Binary10011001110011001111011101010001001101001010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99199E; }

 p { color: rgb(153,25,158); }

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

<style>
 a { background-color: #99199E; }

 a { background-color: rgb(153,25,158); }

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

<style>
 span { border-color: #99199E; }

 span { border-color: rgb(153,25,158); }

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