Html Css Color HEX #9E0D7C Eggplant

📋 copy color: '#9E0D7C'

red 158 ◦ green 13 ◦ blue 124

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

Shades of Eggplant #9E0D7C

Tints of Eggplant #9E0D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 53.56%
G = 4.41%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E0D7C (or 0x9E0D7C) is known color: Eggplant. HEX triplet: 9E, 0D and 7C. RGB value is (158,13,124). Sum of RGB (Red+Green+Blue) = 158+13+124=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D7C is #61F283. Grayscale: #444444. Windows color (decimal): -6419076 or 8129950. OLE color: 8129950.

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

Color convert

RGB 158 13 124 -
CMYK 0 0.92 0.22 0.38
HSL 314.07º 0.85% 0.34% -
HSV(B) 314.07º 0.92% 0.62% -
XYZ 17.88 9.01 19.87 -
YUV 69.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 158 13 124 0 0.92 0.22 0.38 314.07 0.85 0.34
Hex 9E D 7C 0 5C 16 26 13A 55 22
Octal 236 15 174 0 134 26 46 472 125 42
Binary 10011110 1101 1111100 0 1011100 10110 100110 100111010 1010101 100010

Color Harmonies of #9E0D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0D7C

Black with #9E0D7C

Text Example


Text Example

White with #9E0D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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