Html Css Color HEX #9D116B Eggplant

📋 copy color: '#9D116B'

red 157 ◦ green 17 ◦ blue 107

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

Shades of Eggplant #9D116B

Tints of Eggplant #9D116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 55.87%
G = 6.05%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D116B (or 0x9D116B) is known color: Eggplant. HEX triplet: 9D, 11 and 6B. RGB value is (157,17,107). Sum of RGB (Red+Green+Blue) = 157+17+107=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D116B is #62EE94. Grayscale: #444444. Windows color (decimal): -6483605 or 7016861. OLE color: 7016861.

HSL color Cylindrical-coordinate representation of color #9D116B: hue angle of 321.43º 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 #9D116B is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 17 107 -
CMYK 0 0.89 0.32 0.38
HSL 321.43º 0.8% 0.34% -
HSV(B) 321.43º 0.89% 0.62% -
XYZ 16.76 8.63 14.69 -
YUV 69.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 157 17 107 0 0.89 0.32 0.38 321.43 0.8 0.34
Hex 9D 11 6B 0 59 20 26 141 50 22
Octal 235 21 153 0 131 40 46 501 120 42
Binary 10011101 10001 1101011 0 1011001 100000 100110 101000001 1010000 100010

Color Harmonies of #9D116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D116B

Black with #9D116B

Text Example


Text Example

White with #9D116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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