Html Css Color HEX #9C057C Eggplant

📋 copy color: '#9C057C'

red 156 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #9C057C

Tints of Eggplant #9C057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 54.74%
G = 1.75%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C057C (or 0x9C057C) is known color: Eggplant. HEX triplet: 9C, 05 and 7C. RGB value is (156,5,124). Sum of RGB (Red+Green+Blue) = 156+5+124=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C057C is #63FA83. Grayscale: #3F3F3F. Windows color (decimal): -6552196 or 8127900. OLE color: 8127900.

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

Color convert

RGB 156 5 124 -
CMYK 0 0.97 0.21 0.39
HSL 312.72º 0.94% 0.32% -
HSV(B) 312.72º 0.97% 0.61% -
XYZ 17.4 8.63 19.82 -
YUV 63.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 156 5 124 0 0.97 0.21 0.39 312.72 0.94 0.32
Hex 9C 5 7C 0 61 15 27 139 5E 20
Octal 234 5 174 0 141 25 47 471 136 40
Binary 10011100 101 1111100 0 1100001 10101 100111 100111001 1011110 100000

Color Harmonies of #9C057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C057C

Black with #9C057C

Text Example


Text Example

White with #9C057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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