Html Css Color HEX #9E017B Eggplant

📋 copy color: '#9E017B'

red 158 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #9E017B

Tints of Eggplant #9E017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 56.03%
G = 0.35%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E017B (or 0x9E017B) is known color: Eggplant. HEX triplet: 9E, 01 and 7B. RGB value is (158,1,123). Sum of RGB (Red+Green+Blue) = 158+1+123=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E017B is #61FE84. Grayscale: #3D3D3D. Windows color (decimal): -6422149 or 8061342. OLE color: 8061342.

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

Color convert

RGB 158 1 123 -
CMYK 0 0.99 0.22 0.38
HSL 313.38º 0.99% 0.31% -
HSV(B) 313.38º 0.99% 0.62% -
XYZ 17.69 8.72 19.49 -
YUV 61.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 158 1 123 0 0.99 0.22 0.38 313.38 0.99 0.31
Hex 9E 1 7B 0 63 16 26 139 63 1F
Octal 236 1 173 0 143 26 46 471 143 37
Binary 10011110 1 1111011 0 1100011 10110 100110 100111001 1100011 11111

Color Harmonies of #9E017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E017B

Black with #9E017B

Text Example


Text Example

White with #9E017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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