Html Css Color HEX #9C047D Eggplant

📋 copy color: '#9C047D'

red 156 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #9C047D

Tints of Eggplant #9C047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 54.74%
G = 1.4%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C047D (or 0x9C047D) is known color: Eggplant. HEX triplet: 9C, 04 and 7D. RGB value is (156,4,125). Sum of RGB (Red+Green+Blue) = 156+4+125=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C047D is #63FB82. Grayscale: #3E3E3E. Windows color (decimal): -6552451 or 8193180. OLE color: 8193180.

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

Color convert

RGB 156 4 125 -
CMYK 0 0.97 0.20 0.39
HSL 312.24º 0.95% 0.31% -
HSV(B) 312.24º 0.97% 0.61% -
XYZ 17.46 8.64 20.15 -
YUV 63.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 156 4 125 0 0.97 0.20 0.39 312.24 0.95 0.31
Hex 9C 4 7D 0 61 14 27 138 5F 1F
Octal 234 4 175 0 141 24 47 470 137 37
Binary 10011100 100 1111101 0 1100001 10100 100111 100111000 1011111 11111

Color Harmonies of #9C047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C047D

Black with #9C047D

Text Example


Text Example

White with #9C047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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