Html Css Color HEX #990896 Dark Magenta

📋 copy color: '#990896'

red 153 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #990896

Tints of Dark Magenta #990896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.57%

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

R = 49.2%
G = 2.57%
B = 48.23%

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

#990896 (or 0x990896) is known color: Dark Magenta. HEX triplet: 99, 08 and 96. RGB value is (153,8,150). Sum of RGB (Red+Green+Blue) = 153+8+150=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #990896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990896 is #66F769. Grayscale: #434343. Windows color (decimal): -6748010 or 9832601. OLE color: 9832601.

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

Color convert

RGB 153 8 150 -
CMYK 0 0.95 0.02 0.4
HSL 301.24º 0.9% 0.32% -
HSV(B) 301.24º 0.95% 0.6% -
XYZ 18.73 9.15 29.63 -
YUV 67.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 153 8 150 0 0.95 0.02 0.4 301.24 0.9 0.32
Hex 99 8 96 0 5F 2 28 12D 5A 20
Octal 231 10 226 0 137 2 50 455 132 40
Binary 10011001 1000 10010110 0 1011111 10 101000 100101101 1011010 100000

Color Harmonies of #990896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990896

Black with #990896

Text Example


Text Example

White with #990896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990896; }

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

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

background-color css

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

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

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

border-color css

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

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

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