Html Css Color HEX #9F1179 Eggplant

📋 copy color: '#9F1179'

red 159 ◦ green 17 ◦ blue 121

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

Shades of Eggplant #9F1179

Tints of Eggplant #9F1179

RGB

 RED value IS 159 (62.5% from 255) = 53.54%

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 53.54%
G = 5.72%
B = 40.74%

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

#9F1179 (or 0x9F1179) is known color: Eggplant. HEX triplet: 9F, 11 and 79. RGB value is (159,17,121). Sum of RGB (Red+Green+Blue) = 159+17+121=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1179 is #60EE86. Grayscale: #474747. Windows color (decimal): -6352519 or 7934367. OLE color: 7934367.

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

Color convert

RGB 159 17 121 -
CMYK 0 0.89 0.24 0.38
HSL 316.06º 0.81% 0.35% -
HSV(B) 316.06º 0.89% 0.62% -
XYZ 17.95 9.15 18.91 -
YUV 71.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 159 17 121 0 0.89 0.24 0.38 316.06 0.81 0.35
Hex 9F 11 79 0 59 18 26 13C 51 23
Octal 237 21 171 0 131 30 46 474 121 43
Binary 10011111 10001 1111001 0 1011001 11000 100110 100111100 1010001 100011

Color Harmonies of #9F1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1179

Black with #9F1179

Text Example


Text Example

White with #9F1179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,121); }

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

background-color css

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

 a { background-color: rgb(159,17,121); }

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

border-color css

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

 span { border-color: rgb(159,17,121); }

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