Html Css Color HEX #9F1079 Eggplant

📋 copy color: '#9F1079'

red 159 ◦ green 16 ◦ blue 121

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

Shades of Eggplant #9F1079

Tints of Eggplant #9F1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 53.72%
G = 5.41%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F1079 (or 0x9F1079) is known color: Eggplant. HEX triplet: 9F, 10 and 79. RGB value is (159,16,121). Sum of RGB (Red+Green+Blue) = 159+16+121=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1079 is #60EF86. Grayscale: #464646. Windows color (decimal): -6352775 or 7934111. OLE color: 7934111.

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

Color convert

RGB 159 16 121 -
CMYK 0 0.90 0.24 0.38
HSL 315.94º 0.82% 0.34% -
HSV(B) 315.94º 0.9% 0.62% -
XYZ 17.93 9.12 18.9 -
YUV 70.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 159 16 121 0 0.90 0.24 0.38 315.94 0.82 0.34
Hex 9F 10 79 0 5A 18 26 13C 52 22
Octal 237 20 171 0 132 30 46 474 122 42
Binary 10011111 10000 1111001 0 1011010 11000 100110 100111100 1010010 100010

Color Harmonies of #9F1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1079

Black with #9F1079

Text Example


Text Example

White with #9F1079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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