Html Css Color HEX #99116F Eggplant

📋 copy color: '#99116F'

red 153 ◦ green 17 ◦ blue 111

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

Shades of Eggplant #99116F

Tints of Eggplant #99116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 54.45%
G = 6.05%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99116F (or 0x99116F) is known color: Eggplant. HEX triplet: 99, 11 and 6F. RGB value is (153,17,111). Sum of RGB (Red+Green+Blue) = 153+17+111=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99116F is #66EE90. Grayscale: #444444. Windows color (decimal): -6745745 or 7279001. OLE color: 7279001.

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

Color convert

RGB 153 17 111 -
CMYK 0 0.89 0.27 0.4
HSL 318.53º 0.8% 0.33% -
HSV(B) 318.53º 0.89% 0.6% -
XYZ 16.21 8.32 15.79 -
YUV 68.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 153 17 111 0 0.89 0.27 0.4 318.53 0.8 0.33
Hex 99 11 6F 0 59 1B 28 13F 50 21
Octal 231 21 157 0 131 33 50 477 120 41
Binary 10011001 10001 1101111 0 1011001 11011 101000 100111111 1010000 100001

Color Harmonies of #99116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99116F

Black with #99116F

Text Example


Text Example

White with #99116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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