#9F0469

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

Shades of Eggplant #9F0469

Tints of Eggplant #9F0469

Color information

#9F0469 (or 0x9F0469) is unknown color: approx Eggplant. HEX triplet: 9F, 04 and 69. RGB value is (159,4,105). Sum of RGB (Red+Green+Blue) = 159+4+105=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0469 is #60FB96. Grayscale: #3D3D3D. Windows color (decimal): -6355863 or 6882463. OLE color: 6882463.

HSL color Cylindrical-coordinate representation of color #9F0469: hue angle of 320.9º degrees, saturation: 0.95, 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 #9F0469 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB1594105-
CMYK00.970.340.38
HSL320.9º95.09%31.96%-
HSV(B)320.9º97.48%62.35%-
XYZ16.898.4814.11-
YUV61.86152.35197.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.33%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=59.33%
G=1.49%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159410500.970.340.38320.995.0931.96
Hex9F46906122261415f20
Octal23741510141424650113740
Binary100111111001101001011000011000101001101010000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,4,105); }

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

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

 a { background-color: rgb(159,4,105); }

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

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

 span { border-color: rgb(159,4,105); }

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