Html Css Color HEX #991168 Eggplant

📋 copy color: '#991168'

red 153 ◦ green 17 ◦ blue 104

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

Shades of Eggplant #991168

Tints of Eggplant #991168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 55.84%
G = 6.2%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#991168 (or 0x991168) is known color: Eggplant. HEX triplet: 99, 11 and 68. RGB value is (153,17,104). Sum of RGB (Red+Green+Blue) = 153+17+104=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991168 is #66EE97. Grayscale: #434343. Windows color (decimal): -6745752 or 6820249. OLE color: 6820249.

HSL color Cylindrical-coordinate representation of color #991168: hue angle of 321.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991168 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 104 -
CMYK 0 0.89 0.32 0.4
HSL 321.62º 0.8% 0.33% -
HSV(B) 321.62º 0.89% 0.6% -
XYZ 15.84 8.17 13.84 -
YUV 67.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 153 17 104 0 0.89 0.32 0.4 321.62 0.8 0.33
Hex 99 11 68 0 59 20 28 142 50 21
Octal 231 21 150 0 131 40 50 502 120 41
Binary 10011001 10001 1101000 0 1011001 100000 101000 101000010 1010000 100001

Color Harmonies of #991168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991168

Black with #991168

Text Example


Text Example

White with #991168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991168; }

 p { color: rgb(153,17,104); }

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

background-color css

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

 a { background-color: rgb(153,17,104); }

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

border-color css

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

 span { border-color: rgb(153,17,104); }

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