#9F007A

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

Shades of Eggplant #9F007A

Tints of Eggplant #9F007A

Color information

#9F007A (or 0x9F007A) is unknown color: approx Eggplant. HEX triplet: 9F, 00 and 7A. RGB value is (159,0,122). Sum of RGB (Red+Green+Blue) = 159+0+122=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F007A is #60FF85. Grayscale: #3D3D3D. Windows color (decimal): -6356870 or 7995551. OLE color: 7995551.

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

Color convert

RGB1590122-
CMYK010.230.38
HSL313.96º100%31.18%-
HSV(B)313.96º100%62.35%-
XYZ17.818.7819.17-
YUV61.45162.18197.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=56.58%
G=0%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590122010.230.38313.9610031.18
Hex9F07A064172613a641f
Octal23701720144274647214437
Binary10011111011110100110010010111100110100111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,122); }

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

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

 a { background-color: rgb(159,0,122); }

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

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

 span { border-color: rgb(159,0,122); }

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