Html Css Color HEX #9E076E Eggplant

📋 copy color: '#9E076E'

red 158 ◦ green 7 ◦ blue 110

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

Shades of Eggplant #9E076E

Tints of Eggplant #9E076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40%

R = 57.45%
G = 2.55%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E076E (or 0x9E076E) is known color: Eggplant. HEX triplet: 9E, 07 and 6E. RGB value is (158,7,110). Sum of RGB (Red+Green+Blue) = 158+7+110=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E076E is #61F891. Grayscale: #3F3F3F. Windows color (decimal): -6420626 or 7210910. OLE color: 7210910.

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

Color convert

RGB 158 7 110 -
CMYK 0 0.96 0.30 0.38
HSL 319.07º 0.92% 0.32% -
HSV(B) 319.07º 0.96% 0.62% -
XYZ 16.99 8.55 15.51 -
YUV 63.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 158 7 110 0 0.96 0.30 0.38 319.07 0.92 0.32
Hex 9E 7 6E 0 60 1E 26 13F 5C 20
Octal 236 7 156 0 140 36 46 477 134 40
Binary 10011110 111 1101110 0 1100000 11110 100110 100111111 1011100 100000

Color Harmonies of #9E076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E076E

Black with #9E076E

Text Example


Text Example

White with #9E076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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