Html Css Color HEX #9E1279 Eggplant

📋 copy color: '#9E1279'

red 158 ◦ green 18 ◦ blue 121

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

Shades of Eggplant #9E1279

Tints of Eggplant #9E1279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 53.2%
G = 6.06%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E1279 (or 0x9E1279) is known color: Eggplant. HEX triplet: 9E, 12 and 79. RGB value is (158,18,121). Sum of RGB (Red+Green+Blue) = 158+18+121=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1279 is #61ED86. Grayscale: #474747. Windows color (decimal): -6417799 or 7934622. OLE color: 7934622.

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

Color convert

RGB 158 18 121 -
CMYK 0 0.89 0.23 0.38
HSL 315.86º 0.8% 0.35% -
HSV(B) 315.86º 0.89% 0.62% -
XYZ 17.77 9.08 18.91 -
YUV 71.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 158 18 121 0 0.89 0.23 0.38 315.86 0.8 0.35
Hex 9E 12 79 0 59 17 26 13C 50 23
Octal 236 22 171 0 131 27 46 474 120 43
Binary 10011110 10010 1111001 0 1011001 10111 100110 100111100 1010000 100011

Color Harmonies of #9E1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1279

Black with #9E1279

Text Example


Text Example

White with #9E1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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