#9A0261

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

Shades of Eggplant #9A0261

Tints of Eggplant #9A0261

Color information

#9A0261 (or 0x9A0261) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 61. RGB value is (154,2,97). Sum of RGB (Red+Green+Blue) = 154+2+97=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0261 is #65FD9E. Grayscale: #3A3A3A. Windows color (decimal): -6684063 or 6357658. OLE color: 6357658.

HSL color Cylindrical-coordinate representation of color #9A0261: hue angle of 322.5º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0261 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB154297-
CMYK00.990.370.40
HSL322.5º97.44%30.59%-
HSV(B)322.5º98.7%60.39%-
XYZ15.517.7811.99-
YUV58.28149.86196.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.87%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=60.87%
G=0.79%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15429700.990.370.40322.597.4430.59
Hex9A2610632528142611f
Octal23221410143455050214137
Binary1001101010110000101100011100101101000101000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,2,97); }

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

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

 a { background-color: rgb(154,2,97); }

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

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

 span { border-color: rgb(154,2,97); }

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