Html Css Color HEX #9C047C Eggplant

📋 copy color: '#9C047C'

red 156 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #9C047C

Tints of Eggplant #9C047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 54.93%
G = 1.41%
B = 43.66%

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

#9C047C (or 0x9C047C) is known color: Eggplant. HEX triplet: 9C, 04 and 7C. RGB value is (156,4,124). Sum of RGB (Red+Green+Blue) = 156+4+124=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C047C is #63FB83. Grayscale: #3E3E3E. Windows color (decimal): -6552452 or 8127644. OLE color: 8127644.

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

Color convert

RGB 156 4 124 -
CMYK 0 0.97 0.21 0.39
HSL 312.63º 0.95% 0.31% -
HSV(B) 312.63º 0.97% 0.61% -
XYZ 17.39 8.61 19.81 -
YUV 63.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 156 4 124 0 0.97 0.21 0.39 312.63 0.95 0.31
Hex 9C 4 7C 0 61 15 27 139 5F 1F
Octal 234 4 174 0 141 25 47 471 137 37
Binary 10011100 100 1111100 0 1100001 10101 100111 100111001 1011111 11111

Color Harmonies of #9C047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C047C

Black with #9C047C

Text Example


Text Example

White with #9C047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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