Html Css Color HEX #9E087A Eggplant

📋 copy color: '#9E087A'

red 158 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #9E087A

Tints of Eggplant #9E087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 54.86%
G = 2.78%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E087A (or 0x9E087A) is known color: Eggplant. HEX triplet: 9E, 08 and 7A. RGB value is (158,8,122). Sum of RGB (Red+Green+Blue) = 158+8+122=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E087A is #61F785. Grayscale: #414141. Windows color (decimal): -6420358 or 7997598. OLE color: 7997598.

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

Color convert

RGB 158 8 122 -
CMYK 0 0.95 0.23 0.38
HSL 314.4º 0.9% 0.33% -
HSV(B) 314.4º 0.95% 0.62% -
XYZ 17.7 8.85 19.19 -
YUV 65.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 158 8 122 0 0.95 0.23 0.38 314.4 0.9 0.33
Hex 9E 8 7A 0 5F 17 26 13A 5A 21
Octal 236 10 172 0 137 27 46 472 132 41
Binary 10011110 1000 1111010 0 1011111 10111 100110 100111010 1011010 100001

Color Harmonies of #9E087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E087A

Black with #9E087A

Text Example


Text Example

White with #9E087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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