#930A5A

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

Shades of Eggplant #930A5A

Tints of Eggplant #930A5A

Color information

#930A5A (or 0x930A5A) is unknown color: approx Eggplant. HEX triplet: 93, 0A and 5A. RGB value is (147,10,90). Sum of RGB (Red+Green+Blue) = 147+10+90=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #930A5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A5A is #6CF5A5. Grayscale: #3B3B3B. Windows color (decimal): -7140774 or 5900947. OLE color: 5900947.

HSL color Cylindrical-coordinate representation of color #930A5A: hue angle of 324.96º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A5A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1471090-
CMYK00.930.390.42
HSL324.96º87.26%30.78%-
HSV(B)324.96º93.2%57.65%-
XYZ13.997.1610.32-
YUV60.08144.89190-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.51%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=59.51%
G=4.05%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147109000.930.390.42324.9687.2630.78
Hex93A5A05D272A145571f
Octal223121320135475250512737
Binary100100111010101101001011101100111101010101000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930A5A; }

 p { color: rgb(147,10,90); }

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

<style>
 a { background-color: #930A5A; }

 a { background-color: rgb(147,10,90); }

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

<style>
 span { border-color: #930A5A; }

 span { border-color: rgb(147,10,90); }

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