Html Css Color HEX #9E077D Eggplant

📋 copy color: '#9E077D'

red 158 ◦ green 7 ◦ blue 125

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

Shades of Eggplant #9E077D

Tints of Eggplant #9E077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 54.48%
G = 2.41%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E077D (or 0x9E077D) is known color: Eggplant. HEX triplet: 9E, 07 and 7D. RGB value is (158,7,125). Sum of RGB (Red+Green+Blue) = 158+7+125=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E077D is #61F882. Grayscale: #414141. Windows color (decimal): -6420611 or 8193950. OLE color: 8193950.

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

Color convert

RGB 158 7 125 -
CMYK 0 0.96 0.21 0.38
HSL 313.11º 0.92% 0.32% -
HSV(B) 313.11º 0.96% 0.62% -
XYZ 17.88 8.9 20.18 -
YUV 65.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 158 7 125 0 0.96 0.21 0.38 313.11 0.92 0.32
Hex 9E 7 7D 0 60 15 26 139 5C 20
Octal 236 7 175 0 140 25 46 471 134 40
Binary 10011110 111 1111101 0 1100000 10101 100110 100111001 1011100 100000

Color Harmonies of #9E077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E077D

Black with #9E077D

Text Example


Text Example

White with #9E077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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