Html Css Color HEX #990991 Dark Magenta

📋 copy color: '#990991'

red 153 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #990991

Tints of Dark Magenta #990991

RGB

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

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

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

R = 49.84%
G = 2.93%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990991 (or 0x990991) is known color: Dark Magenta. HEX triplet: 99, 09 and 91. RGB value is (153,9,145). Sum of RGB (Red+Green+Blue) = 153+9+145=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #990991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990991 is #66F66E. Grayscale: #434343. Windows color (decimal): -6747759 or 9505177. OLE color: 9505177.

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

Color convert

RGB 153 9 145 -
CMYK 0 0.94 0.05 0.4
HSL 303.33º 0.89% 0.32% -
HSV(B) 303.33º 0.94% 0.6% -
XYZ 18.35 9.01 27.56 -
YUV 67.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 153 9 145 0 0.94 0.05 0.4 303.33 0.89 0.32
Hex 99 9 91 0 5E 5 28 12F 59 20
Octal 231 11 221 0 136 5 50 457 131 40
Binary 10011001 1001 10010001 0 1011110 101 101000 100101111 1011001 100000

Color Harmonies of #990991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990991

Black with #990991

Text Example


Text Example

White with #990991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990991; }

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

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

background-color css

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

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

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

border-color css

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

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

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