Html Css Color HEX #9C0B77 Eggplant

📋 copy color: '#9C0B77'

red 156 ◦ green 11 ◦ blue 119

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

Shades of Eggplant #9C0B77

Tints of Eggplant #9C0B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.85%

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 54.55%
G = 3.85%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C0B77 (or 0x9C0B77) is known color: Eggplant. HEX triplet: 9C, 0B and 77. RGB value is (156,11,119). Sum of RGB (Red+Green+Blue) = 156+11+119=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B77 is #63F488. Grayscale: #424242. Windows color (decimal): -6550665 or 7801756. OLE color: 7801756.

HSL color Cylindrical-coordinate representation of color #9C0B77: hue angle of 315.31º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B77 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 119 -
CMYK 0 0.93 0.24 0.39
HSL 315.31º 0.87% 0.33% -
HSV(B) 315.31º 0.93% 0.61% -
XYZ 17.16 8.64 18.22 -
YUV 66.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 156 11 119 0 0.93 0.24 0.39 315.31 0.87 0.33
Hex 9C B 77 0 5D 18 27 13B 57 21
Octal 234 13 167 0 135 30 47 473 127 41
Binary 10011100 1011 1110111 0 1011101 11000 100111 100111011 1010111 100001

Color Harmonies of #9C0B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B77

Black with #9C0B77

Text Example


Text Example

White with #9C0B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,11,119); }

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

background-color css

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

 a { background-color: rgb(156,11,119); }

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

border-color css

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

 span { border-color: rgb(156,11,119); }

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