#9F007E

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

Shades of Eggplant #9F007E

Tints of Eggplant #9F007E

Color information

#9F007E (or 0x9F007E) is unknown color: approx Eggplant. HEX triplet: 9F, 00 and 7E. RGB value is (159,0,126). Sum of RGB (Red+Green+Blue) = 159+0+126=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F007E is #60FF81. Grayscale: #3D3D3D. Windows color (decimal): -6356866 or 8257695. OLE color: 8257695.

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

Color convert

RGB1590126-
CMYK010.210.38
HSL312.45º100%31.18%-
HSV(B)312.45º100%62.35%-
XYZ18.068.8820.5-
YUV61.9164.18197.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=55.79%
G=0%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1590126010.210.38312.4510031.18
Hex9F07E0641526138641f
Octal23701760144254647014437
Binary10011111011111100110010010101100110100111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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