Html Css Color HEX #9C0577 Eggplant

📋 copy color: '#9C0577'

red 156 ◦ green 5 ◦ blue 119

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

Shades of Eggplant #9C0577

Tints of Eggplant #9C0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 55.71%
G = 1.79%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C0577 (or 0x9C0577) is known color: Eggplant. HEX triplet: 9C, 05 and 77. RGB value is (156,5,119). Sum of RGB (Red+Green+Blue) = 156+5+119=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0577 is #63FA88. Grayscale: #3E3E3E. Windows color (decimal): -6552201 or 7800220. OLE color: 7800220.

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

Color convert

RGB 156 5 119 -
CMYK 0 0.97 0.24 0.39
HSL 314.7º 0.94% 0.32% -
HSV(B) 314.7º 0.97% 0.61% -
XYZ 17.09 8.51 18.19 -
YUV 63.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 156 5 119 0 0.97 0.24 0.39 314.7 0.94 0.32
Hex 9C 5 77 0 61 18 27 13B 5E 20
Octal 234 5 167 0 141 30 47 473 136 40
Binary 10011100 101 1110111 0 1100001 11000 100111 100111011 1011110 100000

Color Harmonies of #9C0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0577

Black with #9C0577

Text Example


Text Example

White with #9C0577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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