Html Css Color HEX #9F0979 Eggplant

📋 copy color: '#9F0979'

red 159 ◦ green 9 ◦ blue 121

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

Shades of Eggplant #9F0979

Tints of Eggplant #9F0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 55.02%
G = 3.11%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F0979 (or 0x9F0979) is known color: Eggplant. HEX triplet: 9F, 09 and 79. RGB value is (159,9,121). Sum of RGB (Red+Green+Blue) = 159+9+121=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0979 is #60F686. Grayscale: #424242. Windows color (decimal): -6354567 or 7932319. OLE color: 7932319.

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

Color convert

RGB 159 9 121 -
CMYK 0 0.94 0.24 0.38
HSL 315.2º 0.89% 0.33% -
HSV(B) 315.2º 0.94% 0.62% -
XYZ 17.85 8.95 18.88 -
YUV 66.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 159 9 121 0 0.94 0.24 0.38 315.2 0.89 0.33
Hex 9F 9 79 0 5E 18 26 13B 59 21
Octal 237 11 171 0 136 30 46 473 131 41
Binary 10011111 1001 1111001 0 1011110 11000 100110 100111011 1011001 100001

Color Harmonies of #9F0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0979

Black with #9F0979

Text Example


Text Example

White with #9F0979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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