Html Css Color HEX #9E1278 Eggplant

📋 copy color: '#9E1278'

red 158 ◦ green 18 ◦ blue 120

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

Shades of Eggplant #9E1278

Tints of Eggplant #9E1278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 53.38%
G = 6.08%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E1278 (or 0x9E1278) is known color: Eggplant. HEX triplet: 9E, 12 and 78. RGB value is (158,18,120). Sum of RGB (Red+Green+Blue) = 158+18+120=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1278 is #61ED87. Grayscale: #474747. Windows color (decimal): -6417800 or 7869086. OLE color: 7869086.

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

Color convert

RGB 158 18 120 -
CMYK 0 0.89 0.24 0.38
HSL 316.29º 0.8% 0.35% -
HSV(B) 316.29º 0.89% 0.62% -
XYZ 17.71 9.06 18.58 -
YUV 71.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 158 18 120 0 0.89 0.24 0.38 316.29 0.8 0.35
Hex 9E 12 78 0 59 18 26 13C 50 23
Octal 236 22 170 0 131 30 46 474 120 43
Binary 10011110 10010 1111000 0 1011001 11000 100110 100111100 1010000 100011

Color Harmonies of #9E1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1278

Black with #9E1278

Text Example


Text Example

White with #9E1278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,120); }

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

background-color css

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

 a { background-color: rgb(158,18,120); }

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

border-color css

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

 span { border-color: rgb(158,18,120); }

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