Html Css Color HEX #9F1174 Eggplant

📋 copy color: '#9F1174'

red 159 ◦ green 17 ◦ blue 116

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

Shades of Eggplant #9F1174

Tints of Eggplant #9F1174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 54.45%
G = 5.82%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F1174 (or 0x9F1174) is known color: Eggplant. HEX triplet: 9F, 11 and 74. RGB value is (159,17,116). Sum of RGB (Red+Green+Blue) = 159+17+116=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1174 is #60EE8B. Grayscale: #464646. Windows color (decimal): -6352524 or 7606687. OLE color: 7606687.

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

Color convert

RGB 159 17 116 -
CMYK 0 0.89 0.27 0.38
HSL 318.17º 0.81% 0.35% -
HSV(B) 318.17º 0.89% 0.62% -
XYZ 17.65 9.03 17.34 -
YUV 70.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 159 17 116 0 0.89 0.27 0.38 318.17 0.81 0.35
Hex 9F 11 74 0 59 1B 26 13E 51 23
Octal 237 21 164 0 131 33 46 476 121 43
Binary 10011111 10001 1110100 0 1011001 11011 100110 100111110 1010001 100011

Color Harmonies of #9F1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1174

Black with #9F1174

Text Example


Text Example

White with #9F1174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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