Html Css Color HEX #990891 Dark Magenta

📋 copy color: '#990891'

red 153 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #990891

Tints of Dark Magenta #990891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 50%
G = 2.61%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990891 (or 0x990891) is known color: Dark Magenta. HEX triplet: 99, 08 and 91. RGB value is (153,8,145). Sum of RGB (Red+Green+Blue) = 153+8+145=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #990891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990891 is #66F76E. Grayscale: #424242. Windows color (decimal): -6748015 or 9504921. OLE color: 9504921.

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

Color convert

RGB 153 8 145 -
CMYK 0 0.95 0.05 0.4
HSL 303.31º 0.9% 0.32% -
HSV(B) 303.31º 0.95% 0.6% -
XYZ 18.33 8.99 27.56 -
YUV 66.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 153 8 145 0 0.95 0.05 0.4 303.31 0.9 0.32
Hex 99 8 91 0 5F 5 28 12F 5A 20
Octal 231 10 221 0 137 5 50 457 132 40
Binary 10011001 1000 10010001 0 1011111 101 101000 100101111 1011010 100000

Color Harmonies of #990891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990891

Black with #990891

Text Example


Text Example

White with #990891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990891; }

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

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

background-color css

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

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

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

border-color css

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

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

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