Html Css Color HEX #9F116F Eggplant

📋 copy color: '#9F116F'

red 159 ◦ green 17 ◦ blue 111

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

Shades of Eggplant #9F116F

Tints of Eggplant #9F116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 55.4%
G = 5.92%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F116F (or 0x9F116F) is known color: Eggplant. HEX triplet: 9F, 11 and 6F. RGB value is (159,17,111). Sum of RGB (Red+Green+Blue) = 159+17+111=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F116F is #60EE90. Grayscale: #454545. Windows color (decimal): -6352529 or 7279007. OLE color: 7279007.

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

Color convert

RGB 159 17 111 -
CMYK 0 0.89 0.30 0.38
HSL 320.28º 0.81% 0.35% -
HSV(B) 320.28º 0.89% 0.62% -
XYZ 17.37 8.92 15.85 -
YUV 70.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 159 17 111 0 0.89 0.30 0.38 320.28 0.81 0.35
Hex 9F 11 6F 0 59 1E 26 140 51 23
Octal 237 21 157 0 131 36 46 500 121 43
Binary 10011111 10001 1101111 0 1011001 11110 100110 101000000 1010001 100011

Color Harmonies of #9F116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F116F

Black with #9F116F

Text Example


Text Example

White with #9F116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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