Html Css Color HEX #9E057B Eggplant

📋 copy color: '#9E057B'

red 158 ◦ green 5 ◦ blue 123

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

Shades of Eggplant #9E057B

Tints of Eggplant #9E057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 55.24%
G = 1.75%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E057B (or 0x9E057B) is known color: Eggplant. HEX triplet: 9E, 05 and 7B. RGB value is (158,5,123). Sum of RGB (Red+Green+Blue) = 158+5+123=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E057B is #61FA84. Grayscale: #3F3F3F. Windows color (decimal): -6421125 or 8062366. OLE color: 8062366.

HSL color Cylindrical-coordinate representation of color #9E057B: hue angle of 313.73º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E057B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 123 -
CMYK 0 0.97 0.22 0.38
HSL 313.73º 0.94% 0.32% -
HSV(B) 313.73º 0.97% 0.62% -
XYZ 17.73 8.81 19.5 -
YUV 64.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 158 5 123 0 0.97 0.22 0.38 313.73 0.94 0.32
Hex 9E 5 7B 0 61 16 26 13A 5E 20
Octal 236 5 173 0 141 26 46 472 136 40
Binary 10011110 101 1111011 0 1100001 10110 100110 100111010 1011110 100000

Color Harmonies of #9E057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E057B

Black with #9E057B

Text Example


Text Example

White with #9E057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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