Html Css Color HEX #9F0879 Eggplant

📋 copy color: '#9F0879'

red 159 ◦ green 8 ◦ blue 121

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

Shades of Eggplant #9F0879

Tints of Eggplant #9F0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

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

R = 55.21%
G = 2.78%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F0879 (or 0x9F0879) is known color: Eggplant. HEX triplet: 9F, 08 and 79. RGB value is (159,8,121). Sum of RGB (Red+Green+Blue) = 159+8+121=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0879 is #60F786. Grayscale: #414141. Windows color (decimal): -6354823 or 7932063. OLE color: 7932063.

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

Color convert

RGB 159 8 121 -
CMYK 0 0.95 0.24 0.38
HSL 315.1º 0.9% 0.33% -
HSV(B) 315.1º 0.95% 0.62% -
XYZ 17.84 8.93 18.87 -
YUV 66.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 159 8 121 0 0.95 0.24 0.38 315.1 0.9 0.33
Hex 9F 8 79 0 5F 18 26 13B 5A 21
Octal 237 10 171 0 137 30 46 473 132 41
Binary 10011111 1000 1111001 0 1011111 11000 100110 100111011 1011010 100001

Color Harmonies of #9F0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0879

Black with #9F0879

Text Example


Text Example

White with #9F0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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