Html Css Color HEX #990C72 Eggplant

📋 copy color: '#990C72'

red 153 ◦ green 12 ◦ blue 114

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

Shades of Eggplant #990C72

Tints of Eggplant #990C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

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

R = 54.84%
G = 4.3%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990C72 (or 0x990C72) is known color: Eggplant. HEX triplet: 99, 0C and 72. RGB value is (153,12,114). Sum of RGB (Red+Green+Blue) = 153+12+114=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #990C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C72 is #66F38D. Grayscale: #414141. Windows color (decimal): -6747022 or 7474329. OLE color: 7474329.

HSL color Cylindrical-coordinate representation of color #990C72: hue angle of 316.6º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C72 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 12 114 -
CMYK 0 0.92 0.25 0.4
HSL 316.6º 0.85% 0.32% -
HSV(B) 316.6º 0.92% 0.6% -
XYZ 16.31 8.25 16.65 -
YUV 65.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 153 12 114 0 0.92 0.25 0.4 316.6 0.85 0.32
Hex 99 C 72 0 5C 19 28 13D 55 20
Octal 231 14 162 0 134 31 50 475 125 40
Binary 10011001 1100 1110010 0 1011100 11001 101000 100111101 1010101 100000

Color Harmonies of #990C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C72

Black with #990C72

Text Example


Text Example

White with #990C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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