Html Css Color HEX #9E096D Eggplant

📋 copy color: '#9E096D'

red 158 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #9E096D

Tints of Eggplant #9E096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 57.25%
G = 3.26%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E096D (or 0x9E096D) is known color: Eggplant. HEX triplet: 9E, 09 and 6D. RGB value is (158,9,109). Sum of RGB (Red+Green+Blue) = 158+9+109=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E096D is #61F692. Grayscale: #404040. Windows color (decimal): -6420115 or 7145886. OLE color: 7145886.

HSL color Cylindrical-coordinate representation of color #9E096D: hue angle of 319.73º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E096D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 9 109 -
CMYK 0 0.94 0.31 0.38
HSL 319.73º 0.89% 0.33% -
HSV(B) 319.73º 0.94% 0.62% -
XYZ 16.96 8.57 15.23 -
YUV 64.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 158 9 109 0 0.94 0.31 0.38 319.73 0.89 0.33
Hex 9E 9 6D 0 5E 1F 26 140 59 21
Octal 236 11 155 0 136 37 46 500 131 41
Binary 10011110 1001 1101101 0 1011110 11111 100110 101000000 1011001 100001

Color Harmonies of #9E096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E096D

Black with #9E096D

Text Example


Text Example

White with #9E096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,9,109); }

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

background-color css

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

 a { background-color: rgb(158,9,109); }

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

border-color css

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

 span { border-color: rgb(158,9,109); }

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