Html Css Color HEX #990889 Dark Magenta

📋 copy color: '#990889'

red 153 ◦ green 8 ◦ blue 137

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

Shades of Dark Magenta #990889

Tints of Dark Magenta #990889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.97%

R = 51.34%
G = 2.68%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#990889 (or 0x990889) is known color: Dark Magenta. HEX triplet: 99, 08 and 89. RGB value is (153,8,137). Sum of RGB (Red+Green+Blue) = 153+8+137=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #990889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990889 is #66F776. Grayscale: #414141. Windows color (decimal): -6748023 or 8980633. OLE color: 8980633.

HSL color Cylindrical-coordinate representation of color #990889: hue angle of 306.62º 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 #990889 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 137 -
CMYK 0 0.95 0.10 0.4
HSL 306.62º 0.9% 0.32% -
HSV(B) 306.62º 0.95% 0.6% -
XYZ 17.74 8.75 24.42 -
YUV 66.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 153 8 137 0 0.95 0.10 0.4 306.62 0.9 0.32
Hex 99 8 89 0 5F A 28 133 5A 20
Octal 231 10 211 0 137 12 50 463 132 40
Binary 10011001 1000 10001001 0 1011111 1010 101000 100110011 1011010 100000

Color Harmonies of #990889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990889

Black with #990889

Text Example


Text Example

White with #990889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990889; }

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

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

background-color css

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

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

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

border-color css

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

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

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