Html Css Color HEX #9E047C Eggplant

📋 copy color: '#9E047C'

red 158 ◦ green 4 ◦ blue 124

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

Shades of Eggplant #9E047C

Tints of Eggplant #9E047C

RGB

 RED value IS 158 (62.11% from 255) = 55.24%

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

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

R = 55.24%
G = 1.4%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E047C (or 0x9E047C) is known color: Eggplant. HEX triplet: 9E, 04 and 7C. RGB value is (158,4,124). Sum of RGB (Red+Green+Blue) = 158+4+124=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E047C is #61FB83. Grayscale: #3F3F3F. Windows color (decimal): -6421380 or 8127646. OLE color: 8127646.

HSL color Cylindrical-coordinate representation of color #9E047C: hue angle of 313.25º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E047C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 4 124 -
CMYK 0 0.97 0.22 0.38
HSL 313.25º 0.95% 0.32% -
HSV(B) 313.25º 0.97% 0.62% -
XYZ 17.78 8.81 19.83 -
YUV 63.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 158 4 124 0 0.97 0.22 0.38 313.25 0.95 0.32
Hex 9E 4 7C 0 61 16 26 139 5F 20
Octal 236 4 174 0 141 26 46 471 137 40
Binary 10011110 100 1111100 0 1100001 10110 100110 100111001 1011111 100000

Color Harmonies of #9E047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E047C

Black with #9E047C

Text Example


Text Example

White with #9E047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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