Html Css Color HEX #9E027D Eggplant

📋 copy color: '#9E027D'

red 158 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #9E027D

Tints of Eggplant #9E027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 55.44%
G = 0.7%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E027D (or 0x9E027D) is known color: Eggplant. HEX triplet: 9E, 02 and 7D. RGB value is (158,2,125). Sum of RGB (Red+Green+Blue) = 158+2+125=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E027D is #61FD82. Grayscale: #3E3E3E. Windows color (decimal): -6421891 or 8192670. OLE color: 8192670.

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

Color convert

RGB 158 2 125 -
CMYK 0 0.99 0.21 0.38
HSL 312.69º 0.98% 0.31% -
HSV(B) 312.69º 0.99% 0.62% -
XYZ 17.82 8.79 20.16 -
YUV 62.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 158 2 125 0 0.99 0.21 0.38 312.69 0.98 0.31
Hex 9E 2 7D 0 63 15 26 139 62 1F
Octal 236 2 175 0 143 25 46 471 142 37
Binary 10011110 10 1111101 0 1100011 10101 100110 100111001 1100010 11111

Color Harmonies of #9E027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E027D

Black with #9E027D

Text Example


Text Example

White with #9E027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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