#9F0670

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

Shades of Eggplant #9F0670

Tints of Eggplant #9F0670

Color information

#9F0670 (or 0x9F0670) is unknown color: approx Eggplant. HEX triplet: 9F, 06 and 70. RGB value is (159,6,112). Sum of RGB (Red+Green+Blue) = 159+6+112=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0670 is #60F98F. Grayscale: #3F3F3F. Windows color (decimal): -6355344 or 7341727. OLE color: 7341727.

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

Color convert

RGB1596112-
CMYK00.960.300.38
HSL318.43º92.73%32.35%-
HSV(B)318.43º96.23%62.35%-
XYZ17.298.6716.09-
YUV63.83155.19195.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=57.40%
G=2.17%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159611200.960.300.38318.4392.7332.35
Hex9F6700601E2613e5d20
Octal23761600140364647613540
Binary10011111110111000001100000111101001101001111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,6,112); }

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

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

 a { background-color: rgb(159,6,112); }

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

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

 span { border-color: rgb(159,6,112); }

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