Html Css Color HEX #9C116B Eggplant

📋 copy color: '#9C116B'

red 156 ◦ green 17 ◦ blue 107

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

Shades of Eggplant #9C116B

Tints of Eggplant #9C116B

RGB

 RED value IS 156 (61.33% from 255) = 55.71%

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

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

R = 55.71%
G = 6.07%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C116B (or 0x9C116B) is known color: Eggplant. HEX triplet: 9C, 11 and 6B. RGB value is (156,17,107). Sum of RGB (Red+Green+Blue) = 156+17+107=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C116B is #63EE94. Grayscale: #444444. Windows color (decimal): -6549141 or 7016860. OLE color: 7016860.

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

Color convert

RGB 156 17 107 -
CMYK 0 0.89 0.31 0.39
HSL 321.15º 0.8% 0.34% -
HSV(B) 321.15º 0.89% 0.61% -
XYZ 16.56 8.53 14.68 -
YUV 68.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 156 17 107 0 0.89 0.31 0.39 321.15 0.8 0.34
Hex 9C 11 6B 0 59 1F 27 141 50 22
Octal 234 21 153 0 131 37 47 501 120 42
Binary 10011100 10001 1101011 0 1011001 11111 100111 101000001 1010000 100010

Color Harmonies of #9C116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C116B

Black with #9C116B

Text Example


Text Example

White with #9C116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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