Html Css Color HEX #990E91 Dark Magenta

📋 copy color: '#990E91'

red 153 ◦ green 14 ◦ blue 145

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

Shades of Dark Magenta #990E91

Tints of Dark Magenta #990E91

RGB

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

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

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

R = 49.04%
G = 4.49%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#990E91 (or 0x990E91) is known color: Dark Magenta. HEX triplet: 99, 0E and 91. RGB value is (153,14,145). Sum of RGB (Red+Green+Blue) = 153+14+145=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #990E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990E91 is #66F16E. Grayscale: #464646. Windows color (decimal): -6746479 or 9506457. OLE color: 9506457.

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

Color convert

RGB 153 14 145 -
CMYK 0 0.91 0.05 0.4
HSL 303.45º 0.83% 0.33% -
HSV(B) 303.45º 0.91% 0.6% -
XYZ 18.4 9.13 27.58 -
YUV 70.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 153 14 145 0 0.91 0.05 0.4 303.45 0.83 0.33
Hex 99 E 91 0 5B 5 28 12F 53 21
Octal 231 16 221 0 133 5 50 457 123 41
Binary 10011001 1110 10010001 0 1011011 101 101000 100101111 1010011 100001

Color Harmonies of #990E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E91

Black with #990E91

Text Example


Text Example

White with #990E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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