Html Css Color HEX #990E72 Eggplant

📋 copy color: '#990E72'

red 153 ◦ green 14 ◦ blue 114

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

Shades of Eggplant #990E72

Tints of Eggplant #990E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 54.45%
G = 4.98%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990E72 (or 0x990E72) is known color: Eggplant. HEX triplet: 99, 0E and 72. RGB value is (153,14,114). Sum of RGB (Red+Green+Blue) = 153+14+114=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E72 is #66F18D. Grayscale: #424242. Windows color (decimal): -6746510 or 7474841. OLE color: 7474841.

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

Color convert

RGB 153 14 114 -
CMYK 0 0.91 0.25 0.4
HSL 316.83º 0.83% 0.33% -
HSV(B) 316.83º 0.91% 0.6% -
XYZ 16.33 8.3 16.66 -
YUV 66.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 153 14 114 0 0.91 0.25 0.4 316.83 0.83 0.33
Hex 99 E 72 0 5B 19 28 13D 53 21
Octal 231 16 162 0 133 31 50 475 123 41
Binary 10011001 1110 1110010 0 1011011 11001 101000 100111101 1010011 100001

Color Harmonies of #990E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E72

Black with #990E72

Text Example


Text Example

White with #990E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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