Html Css Color HEX #9E076A Eggplant

📋 copy color: '#9E076A'

red 158 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #9E076A

Tints of Eggplant #9E076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 58.3%
G = 2.58%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E076A (or 0x9E076A) is known color: Eggplant. HEX triplet: 9E, 07 and 6A. RGB value is (158,7,106). Sum of RGB (Red+Green+Blue) = 158+7+106=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E076A is #61F895. Grayscale: #3F3F3F. Windows color (decimal): -6420630 or 6948766. OLE color: 6948766.

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

Color convert

RGB 158 7 106 -
CMYK 0 0.96 0.33 0.38
HSL 320.66º 0.92% 0.32% -
HSV(B) 320.66º 0.96% 0.62% -
XYZ 16.78 8.46 14.38 -
YUV 63.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 158 7 106 0 0.96 0.33 0.38 320.66 0.92 0.32
Hex 9E 7 6A 0 60 21 26 141 5C 20
Octal 236 7 152 0 140 41 46 501 134 40
Binary 10011110 111 1101010 0 1100000 100001 100110 101000001 1011100 100000

Color Harmonies of #9E076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E076A

Black with #9E076A

Text Example


Text Example

White with #9E076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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