Html Css Color HEX #9E027A Eggplant

📋 copy color: '#9E027A'

red 158 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #9E027A

Tints of Eggplant #9E027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 56.03%
G = 0.71%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E027A (or 0x9E027A) is known color: Eggplant. HEX triplet: 9E, 02 and 7A. RGB value is (158,2,122). Sum of RGB (Red+Green+Blue) = 158+2+122=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E027A is #61FD85. Grayscale: #3E3E3E. Windows color (decimal): -6421894 or 7996062. OLE color: 7996062.

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

Color convert

RGB 158 2 122 -
CMYK 0 0.99 0.23 0.38
HSL 313.85º 0.98% 0.31% -
HSV(B) 313.85º 0.99% 0.62% -
XYZ 17.64 8.72 19.17 -
YUV 62.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 158 2 122 0 0.99 0.23 0.38 313.85 0.98 0.31
Hex 9E 2 7A 0 63 17 26 13A 62 1F
Octal 236 2 172 0 143 27 46 472 142 37
Binary 10011110 10 1111010 0 1100011 10111 100110 100111010 1100010 11111

Color Harmonies of #9E027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E027A

Black with #9E027A

Text Example


Text Example

White with #9E027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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