Html Css Color HEX #990972 Eggplant

📋 copy color: '#990972'

red 153 ◦ green 9 ◦ blue 114

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

Shades of Eggplant #990972

Tints of Eggplant #990972

RGB

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

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

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

R = 55.43%
G = 3.26%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990972 (or 0x990972) is known color: Eggplant. HEX triplet: 99, 09 and 72. RGB value is (153,9,114). Sum of RGB (Red+Green+Blue) = 153+9+114=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990972 is #66F68D. Grayscale: #3F3F3F. Windows color (decimal): -6747790 or 7473561. OLE color: 7473561.

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

Color convert

RGB 153 9 114 -
CMYK 0 0.94 0.25 0.4
HSL 316.25º 0.89% 0.32% -
HSV(B) 316.25º 0.94% 0.6% -
XYZ 16.27 8.18 16.64 -
YUV 64.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 153 9 114 0 0.94 0.25 0.4 316.25 0.89 0.32
Hex 99 9 72 0 5E 19 28 13C 59 20
Octal 231 11 162 0 136 31 50 474 131 40
Binary 10011001 1001 1110010 0 1011110 11001 101000 100111100 1011001 100000

Color Harmonies of #990972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990972

Black with #990972

Text Example


Text Example

White with #990972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990972; }

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

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

background-color css

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

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

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

border-color css

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

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

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