#930A70

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

Shades of Eggplant #930A70

Tints of Eggplant #930A70

Color information

#930A70 (or 0x930A70) is unknown color: approx Eggplant. HEX triplet: 93, 0A and 70. RGB value is (147,10,112). Sum of RGB (Red+Green+Blue) = 147+10+112=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #930A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A70 is #6CF58F. Grayscale: #3E3E3E. Windows color (decimal): -7140752 or 7342739. OLE color: 7342739.

HSL color Cylindrical-coordinate representation of color #930A70: hue angle of 315.33º 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 #930A70 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14710112-
CMYK00.930.240.42
HSL315.33º87.26%30.78%-
HSV(B)315.33º93.2%57.65%-
XYZ15.077.5916-
YUV62.59155.89188.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=54.65%
G=3.72%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471011200.930.240.42315.3387.2630.78
Hex93A7005D182A13b571f
Octal223121600135305247312737
Binary10010011101011100000101110111000101010100111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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