#9F0566

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

Shades of Eggplant #9F0566

Tints of Eggplant #9F0566

Color information

#9F0566 (or 0x9F0566) is unknown color: approx Eggplant. HEX triplet: 9F, 05 and 66. RGB value is (159,5,102). Sum of RGB (Red+Green+Blue) = 159+5+102=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0566 is #60FA99. Grayscale: #3D3D3D. Windows color (decimal): -6355610 or 6686111. OLE color: 6686111.

HSL color Cylindrical-coordinate representation of color #9F0566: hue angle of 322.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0566 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB1595102-
CMYK00.970.360.38
HSL322.21º93.9%32.16%-
HSV(B)322.21º96.86%62.35%-
XYZ16.758.4413.32-
YUV62.1150.52197.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.77%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=59.77%
G=1.88%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159510200.970.360.38322.2193.932.16
Hex9F56606124261425e20
Octal23751460141444650213640
Binary100111111011100110011000011001001001101010000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,5,102); }

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

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

 a { background-color: rgb(159,5,102); }

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

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

 span { border-color: rgb(159,5,102); }

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