Html Css Color HEX #9E047A Eggplant

📋 copy color: '#9E047A'

red 158 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #9E047A

Tints of Eggplant #9E047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 55.63%
G = 1.41%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E047A (or 0x9E047A) is known color: Eggplant. HEX triplet: 9E, 04 and 7A. RGB value is (158,4,122). Sum of RGB (Red+Green+Blue) = 158+4+122=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E047A is #61FB85. Grayscale: #3F3F3F. Windows color (decimal): -6421382 or 7996574. OLE color: 7996574.

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

Color convert

RGB 158 4 122 -
CMYK 0 0.97 0.23 0.38
HSL 314.03º 0.95% 0.32% -
HSV(B) 314.03º 0.97% 0.62% -
XYZ 17.66 8.76 19.17 -
YUV 63.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 158 4 122 0 0.97 0.23 0.38 314.03 0.95 0.32
Hex 9E 4 7A 0 61 17 26 13A 5F 20
Octal 236 4 172 0 141 27 46 472 137 40
Binary 10011110 100 1111010 0 1100001 10111 100110 100111010 1011111 100000

Color Harmonies of #9E047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E047A

Black with #9E047A

Text Example


Text Example

White with #9E047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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