Html Css Color HEX #9F1178 Eggplant

📋 copy color: '#9F1178'

red 159 ◦ green 17 ◦ blue 120

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

Shades of Eggplant #9F1178

Tints of Eggplant #9F1178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 53.72%
G = 5.74%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F1178 (or 0x9F1178) is known color: Eggplant. HEX triplet: 9F, 11 and 78. RGB value is (159,17,120). Sum of RGB (Red+Green+Blue) = 159+17+120=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1178 is #60EE87. Grayscale: #464646. Windows color (decimal): -6352520 or 7868831. OLE color: 7868831.

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

Color convert

RGB 159 17 120 -
CMYK 0 0.89 0.25 0.38
HSL 316.48º 0.81% 0.35% -
HSV(B) 316.48º 0.89% 0.62% -
XYZ 17.89 9.13 18.59 -
YUV 71.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 159 17 120 0 0.89 0.25 0.38 316.48 0.81 0.35
Hex 9F 11 78 0 59 19 26 13C 51 23
Octal 237 21 170 0 131 31 46 474 121 43
Binary 10011111 10001 1111000 0 1011001 11001 100110 100111100 1010001 100011

Color Harmonies of #9F1178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1178

Black with #9F1178

Text Example


Text Example

White with #9F1178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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