Html Css Color HEX #9E047D Eggplant

📋 copy color: '#9E047D'

red 158 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #9E047D

Tints of Eggplant #9E047D

RGB

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

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

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

R = 55.05%
G = 1.39%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E047D (or 0x9E047D) is known color: Eggplant. HEX triplet: 9E, 04 and 7D. RGB value is (158,4,125). Sum of RGB (Red+Green+Blue) = 158+4+125=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E047D is #61FB82. Grayscale: #3F3F3F. Windows color (decimal): -6421379 or 8193182. OLE color: 8193182.

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

Color convert

RGB 158 4 125 -
CMYK 0 0.97 0.21 0.38
HSL 312.86º 0.95% 0.32% -
HSV(B) 312.86º 0.97% 0.62% -
XYZ 17.85 8.84 20.17 -
YUV 63.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 158 4 125 0 0.97 0.21 0.38 312.86 0.95 0.32
Hex 9E 4 7D 0 61 15 26 139 5F 20
Octal 236 4 175 0 141 25 46 471 137 40
Binary 10011110 100 1111101 0 1100001 10101 100110 100111001 1011111 100000

Color Harmonies of #9E047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E047D

Black with #9E047D

Text Example


Text Example

White with #9E047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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