Html Css Color HEX #9E017D Eggplant

📋 copy color: '#9E017D'

red 158 ◦ green 1 ◦ blue 125

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

Shades of Eggplant #9E017D

Tints of Eggplant #9E017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 55.63%
G = 0.35%
B = 44.01%

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

#9E017D (or 0x9E017D) is known color: Eggplant. HEX triplet: 9E, 01 and 7D. RGB value is (158,1,125). Sum of RGB (Red+Green+Blue) = 158+1+125=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E017D is #61FE82. Grayscale: #3D3D3D. Windows color (decimal): -6422147 or 8192414. OLE color: 8192414.

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

Color convert

RGB 158 1 125 -
CMYK 0 0.99 0.21 0.38
HSL 312.61º 0.99% 0.31% -
HSV(B) 312.61º 0.99% 0.62% -
XYZ 17.81 8.77 20.16 -
YUV 62.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 158 1 125 0 0.99 0.21 0.38 312.61 0.99 0.31
Hex 9E 1 7D 0 63 15 26 139 63 1F
Octal 236 1 175 0 143 25 46 471 143 37
Binary 10011110 1 1111101 0 1100011 10101 100110 100111001 1100011 11111

Color Harmonies of #9E017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E017D

Black with #9E017D

Text Example


Text Example

White with #9E017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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