Html Css Color HEX #990E88 Dark Magenta

📋 copy color: '#990E88'

red 153 ◦ green 14 ◦ blue 136

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

Shades of Dark Magenta #990E88

Tints of Dark Magenta #990E88

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 50.5%
G = 4.62%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#990E88 (or 0x990E88) is known color: Dark Magenta. HEX triplet: 99, 0E and 88. RGB value is (153,14,136). Sum of RGB (Red+Green+Blue) = 153+14+136=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #990E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990E88 is #66F177. Grayscale: #454545. Windows color (decimal): -6746488 or 8916633. OLE color: 8916633.

HSL color Cylindrical-coordinate representation of color #990E88: hue angle of 307.34º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E88 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 14 136 -
CMYK 0 0.91 0.11 0.4
HSL 307.34º 0.83% 0.33% -
HSV(B) 307.34º 0.91% 0.6% -
XYZ 17.74 8.86 24.07 -
YUV 69.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 153 14 136 0 0.91 0.11 0.4 307.34 0.83 0.33
Hex 99 E 88 0 5B B 28 133 53 21
Octal 231 16 210 0 133 13 50 463 123 41
Binary 10011001 1110 10001000 0 1011011 1011 101000 100110011 1010011 100001

Color Harmonies of #990E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E88

Black with #990E88

Text Example


Text Example

White with #990E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990E88; }

 p { color: rgb(153,14,136); }

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

background-color css

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

 a { background-color: rgb(153,14,136); }

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

border-color css

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

 span { border-color: rgb(153,14,136); }

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