Html Css Color HEX #990996 Dark Magenta

📋 copy color: '#990996'

red 153 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #990996

Tints of Dark Magenta #990996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 49.04%
G = 2.88%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#990996 (or 0x990996) is known color: Dark Magenta. HEX triplet: 99, 09 and 96. RGB value is (153,9,150). Sum of RGB (Red+Green+Blue) = 153+9+150=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #990996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990996 is #66F669. Grayscale: #434343. Windows color (decimal): -6747754 or 9832857. OLE color: 9832857.

HSL color Cylindrical-coordinate representation of color #990996: hue angle of 301.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990996 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 150 -
CMYK 0 0.94 0.02 0.4
HSL 301.25º 0.89% 0.32% -
HSV(B) 301.25º 0.94% 0.6% -
XYZ 18.74 9.17 29.64 -
YUV 68.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 153 9 150 0 0.94 0.02 0.4 301.25 0.89 0.32
Hex 99 9 96 0 5E 2 28 12D 59 20
Octal 231 11 226 0 136 2 50 455 131 40
Binary 10011001 1001 10010110 0 1011110 10 101000 100101101 1011001 100000

Color Harmonies of #990996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990996

Black with #990996

Text Example


Text Example

White with #990996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990996; }

 p { color: rgb(153,9,150); }

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

background-color css

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

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

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

border-color css

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

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

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