Html Css Color HEX #9F1071 Eggplant

📋 copy color: '#9F1071'

red 159 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #9F1071

Tints of Eggplant #9F1071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 55.21%
G = 5.56%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F1071 (or 0x9F1071) is known color: Eggplant. HEX triplet: 9F, 10 and 71. RGB value is (159,16,113). Sum of RGB (Red+Green+Blue) = 159+16+113=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1071 is #60EF8E. Grayscale: #454545. Windows color (decimal): -6352783 or 7409823. OLE color: 7409823.

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

Color convert

RGB 159 16 113 -
CMYK 0 0.90 0.29 0.38
HSL 319.3º 0.82% 0.34% -
HSV(B) 319.3º 0.9% 0.62% -
XYZ 17.46 8.93 16.43 -
YUV 69.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 159 16 113 0 0.90 0.29 0.38 319.3 0.82 0.34
Hex 9F 10 71 0 5A 1D 26 13F 52 22
Octal 237 20 161 0 132 35 46 477 122 42
Binary 10011111 10000 1110001 0 1011010 11101 100110 100111111 1010010 100010

Color Harmonies of #9F1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1071

Black with #9F1071

Text Example


Text Example

White with #9F1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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