Html Css Color HEX #992099 Dark Magenta

📋 copy color: '#992099'

red 153 ◦ green 32 ◦ blue 153

#992099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #992099

Tints of Dark Magenta #992099

RGB

 RED value IS 153 (60.16% from 255) = 45.27%

 GREEN value IS 32 (12.89% from 255) = 9.47%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 45.27%
G = 9.47%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#992099 (or 0x992099) is known color: Dark Magenta. HEX triplet: 99, 20 and 99. RGB value is (153,32,153). Sum of RGB (Red+Green+Blue) = 153+32+153=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992099 is #66DF66. Grayscale: #515151. Windows color (decimal): -6741863 or 10035353. OLE color: 10035353.

HSL color Cylindrical-coordinate representation of color #992099: hue angle of 300º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992099 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 153 -
CMYK 0 0.79 0 0.4
HSL 300º 0.65% 0.36% -
HSV(B) 300º 0.79% 0.6% -
XYZ 19.4 10.11 31.06 -
YUV 81.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 153 32 153 0 0.79 0 0.4 300 0.65 0.36
Hex 99 20 99 0 4F 0 28 12C 41 24
Octal 231 40 231 0 117 0 50 454 101 44
Binary 10011001 100000 10011001 0 1001111 0 101000 100101100 1000001 100100

Color Harmonies of #992099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992099

Black with #992099

Text Example


Text Example

White with #992099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992099; }

 p { color: rgb(153,32,153); }

 H1.HeaderClassName
 {
   color: #992099;
 }
 .AnyTagClassName
 {
   color: #992099;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #992099;
 }
 .BgClassName
 {
   background-color: #992099;
 }
</style>

border-color css

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

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

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