Html Css Color HEX #9C116A Eggplant

📋 copy color: '#9C116A'

red 156 ◦ green 17 ◦ blue 106

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

Shades of Eggplant #9C116A

Tints of Eggplant #9C116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 55.91%
G = 6.09%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C116A (or 0x9C116A) is known color: Eggplant. HEX triplet: 9C, 11 and 6A. RGB value is (156,17,106). Sum of RGB (Red+Green+Blue) = 156+17+106=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C116A is #63EE95. Grayscale: #444444. Windows color (decimal): -6549142 or 6951324. OLE color: 6951324.

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

Color convert

RGB 156 17 106 -
CMYK 0 0.89 0.32 0.39
HSL 321.58º 0.8% 0.34% -
HSV(B) 321.58º 0.89% 0.61% -
XYZ 16.51 8.51 14.41 -
YUV 68.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 156 17 106 0 0.89 0.32 0.39 321.58 0.8 0.34
Hex 9C 11 6A 0 59 20 27 142 50 22
Octal 234 21 152 0 131 40 47 502 120 42
Binary 10011100 10001 1101010 0 1011001 100000 100111 101000010 1010000 100010

Color Harmonies of #9C116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C116A

Black with #9C116A

Text Example


Text Example

White with #9C116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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