#9A0665

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

Shades of Eggplant #9A0665

Tints of Eggplant #9A0665

Color information

#9A0665 (or 0x9A0665) is unknown color: approx Eggplant. HEX triplet: 9A, 06 and 65. RGB value is (154,6,101). Sum of RGB (Red+Green+Blue) = 154+6+101=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0665 is #65F99A. Grayscale: #3C3C3C. Windows color (decimal): -6683035 or 6620826. OLE color: 6620826.

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

Color convert

RGB1546101-
CMYK00.960.340.40
HSL321.49º92.5%31.37%-
HSV(B)321.49º96.1%60.39%-
XYZ15.747.9413.01-
YUV61.08150.53194.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.00%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=59.00%
G=2.30%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154610100.960.340.40321.4992.531.37
Hex9A66506022281415c1f
Octal23261450140425050113437
Binary10011010110110010101100000100010101000101000001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,101); }

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

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

 a { background-color: rgb(154,6,101); }

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

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

 span { border-color: rgb(154,6,101); }

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