Html Css Color HEX #990796 Dark Magenta

📋 copy color: '#990796'

red 153 ◦ green 7 ◦ blue 150

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

Shades of Dark Magenta #990796

Tints of Dark Magenta #990796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 49.35%
G = 2.26%
B = 48.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#990796 (or 0x990796) is known color: Dark Magenta. HEX triplet: 99, 07 and 96. RGB value is (153,7,150). Sum of RGB (Red+Green+Blue) = 153+7+150=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #990796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990796 is #66F869. Grayscale: #424242. Windows color (decimal): -6748266 or 9832345. OLE color: 9832345.

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

Color convert

RGB 153 7 150 -
CMYK 0 0.95 0.02 0.4
HSL 301.23º 0.91% 0.31% -
HSV(B) 301.23º 0.95% 0.6% -
XYZ 18.72 9.13 29.63 -
YUV 66.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 153 7 150 0 0.95 0.02 0.4 301.23 0.91 0.31
Hex 99 7 96 0 5F 2 28 12D 5B 1F
Octal 231 7 226 0 137 2 50 455 133 37
Binary 10011001 111 10010110 0 1011111 10 101000 100101101 1011011 11111

Color Harmonies of #990796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990796

Black with #990796

Text Example


Text Example

White with #990796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990796; }

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

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

background-color css

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

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

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

border-color css

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

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

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