#9F0461

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

Shades of Eggplant #9F0461

Tints of Eggplant #9F0461

Color information

#9F0461 (or 0x9F0461) is unknown color: approx Eggplant. HEX triplet: 9F, 04 and 61. RGB value is (159,4,97). Sum of RGB (Red+Green+Blue) = 159+4+97=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0461 is #60FB9E. Grayscale: #3C3C3C. Windows color (decimal): -6355871 or 6358175. OLE color: 6358175.

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

Color convert

RGB159497-
CMYK00.970.390.38
HSL324º95.09%31.96%-
HSV(B)324º97.48%62.35%-
XYZ16.58.3212.05-
YUV60.95148.35197.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=61.15%
G=1.54%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15949700.970.390.3832495.0931.96
Hex9F46106127261445f20
Octal23741410141474650413740
Binary100111111001100001011000011001111001101010001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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