Html Css Color HEX #990F72 Eggplant

📋 copy color: '#990F72'

red 153 ◦ green 15 ◦ blue 114

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

Shades of Eggplant #990F72

Tints of Eggplant #990F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

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

R = 54.26%
G = 5.32%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990F72 (or 0x990F72) is known color: Eggplant. HEX triplet: 99, 0F and 72. RGB value is (153,15,114). Sum of RGB (Red+Green+Blue) = 153+15+114=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F72 is #66F08D. Grayscale: #434343. Windows color (decimal): -6746254 or 7475097. OLE color: 7475097.

HSL color Cylindrical-coordinate representation of color #990F72: hue angle of 316.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F72 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 114 -
CMYK 0 0.90 0.25 0.4
HSL 316.96º 0.82% 0.33% -
HSV(B) 316.96º 0.9% 0.6% -
XYZ 16.34 8.33 16.67 -
YUV 67.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 153 15 114 0 0.90 0.25 0.4 316.96 0.82 0.33
Hex 99 F 72 0 5A 19 28 13D 52 21
Octal 231 17 162 0 132 31 50 475 122 41
Binary 10011001 1111 1110010 0 1011010 11001 101000 100111101 1010010 100001

Color Harmonies of #990F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F72

Black with #990F72

Text Example


Text Example

White with #990F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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