Html Css Color HEX #9E037C Eggplant

📋 copy color: '#9E037C'

red 158 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #9E037C

Tints of Eggplant #9E037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 55.44%
G = 1.05%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E037C (or 0x9E037C) is known color: Eggplant. HEX triplet: 9E, 03 and 7C. RGB value is (158,3,124). Sum of RGB (Red+Green+Blue) = 158+3+124=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E037C is #61FC83. Grayscale: #3E3E3E. Windows color (decimal): -6421636 or 8127390. OLE color: 8127390.

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

Color convert

RGB 158 3 124 -
CMYK 0 0.98 0.22 0.38
HSL 313.16º 0.96% 0.32% -
HSV(B) 313.16º 0.98% 0.62% -
XYZ 17.77 8.79 19.83 -
YUV 63.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 158 3 124 0 0.98 0.22 0.38 313.16 0.96 0.32
Hex 9E 3 7C 0 62 16 26 139 60 20
Octal 236 3 174 0 142 26 46 471 140 40
Binary 10011110 11 1111100 0 1100010 10110 100110 100111001 1100000 100000

Color Harmonies of #9E037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E037C

Black with #9E037C

Text Example


Text Example

White with #9E037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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