Html Css Color HEX #9E057C Eggplant

📋 copy color: '#9E057C'

red 158 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #9E057C

Tints of Eggplant #9E057C

RGB

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

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

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

R = 55.05%
G = 1.74%
B = 43.21%

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

#9E057C (or 0x9E057C) is known color: Eggplant. HEX triplet: 9E, 05 and 7C. RGB value is (158,5,124). Sum of RGB (Red+Green+Blue) = 158+5+124=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E057C is #61FA83. Grayscale: #3F3F3F. Windows color (decimal): -6421124 or 8127902. OLE color: 8127902.

HSL color Cylindrical-coordinate representation of color #9E057C: hue angle of 313.33º degrees, saturation: 0.94, 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 #9E057C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 124 -
CMYK 0 0.97 0.22 0.38
HSL 313.33º 0.94% 0.32% -
HSV(B) 313.33º 0.97% 0.62% -
XYZ 17.79 8.83 19.84 -
YUV 64.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 158 5 124 0 0.97 0.22 0.38 313.33 0.94 0.32
Hex 9E 5 7C 0 61 16 26 139 5E 20
Octal 236 5 174 0 141 26 46 471 136 40
Binary 10011110 101 1111100 0 1100001 10110 100110 100111001 1011110 100000

Color Harmonies of #9E057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E057C

Black with #9E057C

Text Example


Text Example

White with #9E057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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