Html Css Color HEX #99116C Eggplant

📋 copy color: '#99116C'

red 153 ◦ green 17 ◦ blue 108

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

Shades of Eggplant #99116C

Tints of Eggplant #99116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 55.04%
G = 6.12%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99116C (or 0x99116C) is known color: Eggplant. HEX triplet: 99, 11 and 6C. RGB value is (153,17,108). Sum of RGB (Red+Green+Blue) = 153+17+108=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99116C is #66EE93. Grayscale: #434343. Windows color (decimal): -6745748 or 7082393. OLE color: 7082393.

HSL color Cylindrical-coordinate representation of color #99116C: hue angle of 319.85º 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 #99116C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 108 -
CMYK 0 0.89 0.29 0.4
HSL 319.85º 0.8% 0.33% -
HSV(B) 319.85º 0.89% 0.6% -
XYZ 16.04 8.26 14.94 -
YUV 68.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 153 17 108 0 0.89 0.29 0.4 319.85 0.8 0.33
Hex 99 11 6C 0 59 1D 28 140 50 21
Octal 231 21 154 0 131 35 50 500 120 41
Binary 10011001 10001 1101100 0 1011001 11101 101000 101000000 1010000 100001

Color Harmonies of #99116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99116C

Black with #99116C

Text Example


Text Example

White with #99116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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