Html Css Color HEX #9E086E Eggplant

📋 copy color: '#9E086E'

red 158 ◦ green 8 ◦ blue 110

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

Shades of Eggplant #9E086E

Tints of Eggplant #9E086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 57.25%
G = 2.9%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E086E (or 0x9E086E) is known color: Eggplant. HEX triplet: 9E, 08 and 6E. RGB value is (158,8,110). Sum of RGB (Red+Green+Blue) = 158+8+110=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E086E is #61F791. Grayscale: #404040. Windows color (decimal): -6420370 or 7211166. OLE color: 7211166.

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

Color convert

RGB 158 8 110 -
CMYK 0 0.95 0.30 0.38
HSL 319.2º 0.9% 0.33% -
HSV(B) 319.2º 0.95% 0.62% -
XYZ 17 8.57 15.51 -
YUV 64.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 158 8 110 0 0.95 0.30 0.38 319.2 0.9 0.33
Hex 9E 8 6E 0 5F 1E 26 13F 5A 21
Octal 236 10 156 0 137 36 46 477 132 41
Binary 10011110 1000 1101110 0 1011111 11110 100110 100111111 1011010 100001

Color Harmonies of #9E086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E086E

Black with #9E086E

Text Example


Text Example

White with #9E086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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