#9F087B

Color #9F087B Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9F087B

Tints of Eggplant #9F087B

Color information

#9F087B (or 0x9F087B) is unknown color: approx Eggplant. HEX triplet: 9F, 08 and 7B. RGB value is (159,8,123). Sum of RGB (Red+Green+Blue) = 159+8+123=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F087B is #60F784. Grayscale: #414141. Windows color (decimal): -6354821 or 8063135. OLE color: 8063135.

HSL color Cylindrical-coordinate representation of color #9F087B: hue angle of 314.3º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F087B is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB1598123-
CMYK00.950.230.38
HSL314.3º90.42%32.75%-
HSV(B)314.3º94.97%62.35%-
XYZ17.968.9719.52-
YUV66.26160.03194.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 8 (3.52% from 255) = 2.76%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=54.83%
G=2.76%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159812300.950.230.38314.390.4232.75
Hex9F87B05F172613a5a21
Octal237101730137274647213241
Binary100111111000111101101011111101111001101001110101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,123); }

 H1.HeaderClassName
 {
   color: #9F087B;
 }
 .AnyTagClassName
 {
   color: #9F087B;
 }
</style>
background-color css

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

 a { background-color: rgb(159,8,123); }

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

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

 span { border-color: rgb(159,8,123); }

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