Html Css Color HEX #9D116F Eggplant

📋 copy color: '#9D116F'

red 157 ◦ green 17 ◦ blue 111

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

Shades of Eggplant #9D116F

Tints of Eggplant #9D116F

RGB

 RED value IS 157 (61.72% from 255) = 55.09%

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

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

R = 55.09%
G = 5.96%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D116F (or 0x9D116F) is known color: Eggplant. HEX triplet: 9D, 11 and 6F. RGB value is (157,17,111). Sum of RGB (Red+Green+Blue) = 157+17+111=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D116F is #62EE90. Grayscale: #454545. Windows color (decimal): -6483601 or 7279005. OLE color: 7279005.

HSL color Cylindrical-coordinate representation of color #9D116F: hue angle of 319.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D116F is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 17 111 -
CMYK 0 0.89 0.29 0.38
HSL 319.71º 0.8% 0.34% -
HSV(B) 319.71º 0.89% 0.62% -
XYZ 16.97 8.72 15.83 -
YUV 69.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 157 17 111 0 0.89 0.29 0.38 319.71 0.8 0.34
Hex 9D 11 6F 0 59 1D 26 140 50 22
Octal 235 21 157 0 131 35 46 500 120 42
Binary 10011101 10001 1101111 0 1011001 11101 100110 101000000 1010000 100010

Color Harmonies of #9D116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D116F

Black with #9D116F

Text Example


Text Example

White with #9D116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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