Html Css Color HEX #9F1279 Eggplant

📋 copy color: '#9F1279'

red 159 ◦ green 18 ◦ blue 121

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

Shades of Eggplant #9F1279

Tints of Eggplant #9F1279

RGB

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

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

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

R = 53.36%
G = 6.04%
B = 40.6%

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

#9F1279 (or 0x9F1279) is known color: Eggplant. HEX triplet: 9F, 12 and 79. RGB value is (159,18,121). Sum of RGB (Red+Green+Blue) = 159+18+121=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1279 is #60ED86. Grayscale: #474747. Windows color (decimal): -6352263 or 7934623. OLE color: 7934623.

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

Color convert

RGB 159 18 121 -
CMYK 0 0.89 0.24 0.38
HSL 316.17º 0.8% 0.35% -
HSV(B) 316.17º 0.89% 0.62% -
XYZ 17.97 9.18 18.91 -
YUV 71.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 159 18 121 0 0.89 0.24 0.38 316.17 0.8 0.35
Hex 9F 12 79 0 59 18 26 13C 50 23
Octal 237 22 171 0 131 30 46 474 120 43
Binary 10011111 10010 1111001 0 1011001 11000 100110 100111100 1010000 100011

Color Harmonies of #9F1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1279

Black with #9F1279

Text Example


Text Example

White with #9F1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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