Html Css Color HEX #9E1370 Eggplant

📋 copy color: '#9E1370'

red 158 ◦ green 19 ◦ blue 112

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

Shades of Eggplant #9E1370

Tints of Eggplant #9E1370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 54.67%
G = 6.57%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E1370 (or 0x9E1370) is known color: Eggplant. HEX triplet: 9E, 13 and 70. RGB value is (158,19,112). Sum of RGB (Red+Green+Blue) = 158+19+112=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1370 is #61EC8F. Grayscale: #464646. Windows color (decimal): -6417552 or 7345054. OLE color: 7345054.

HSL color Cylindrical-coordinate representation of color #9E1370: hue angle of 319.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1370 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 19 112 -
CMYK 0 0.88 0.29 0.38
HSL 319.86º 0.79% 0.35% -
HSV(B) 319.86º 0.88% 0.62% -
XYZ 17.26 8.9 16.14 -
YUV 71.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 158 19 112 0 0.88 0.29 0.38 319.86 0.79 0.35
Hex 9E 13 70 0 58 1D 26 140 4F 23
Octal 236 23 160 0 130 35 46 500 117 43
Binary 10011110 10011 1110000 0 1011000 11101 100110 101000000 1001111 100011

Color Harmonies of #9E1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1370

Black with #9E1370

Text Example


Text Example

White with #9E1370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,112); }

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

background-color css

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

 a { background-color: rgb(158,19,112); }

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

border-color css

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

 span { border-color: rgb(158,19,112); }

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