#930060

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

Shades of Eggplant #930060

Tints of Eggplant #930060

Color information

#930060 (or 0x930060) is unknown color: approx Eggplant. HEX triplet: 93, 00 and 60. RGB value is (147,0,96). Sum of RGB (Red+Green+Blue) = 147+0+96=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #930060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930060 is #6CFF9F. Grayscale: #363636. Windows color (decimal): -7143328 or 6291603. OLE color: 6291603.

HSL color Cylindrical-coordinate representation of color #930060: hue angle of 320.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930060 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB147096-
CMYK010.350.42
HSL320.82º100%28.82%-
HSV(B)320.82º100%57.65%-
XYZ14.147.0511.68-
YUV54.9151.2193.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=60.49%
G=0%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147096010.350.42320.8210028.82
Hex93060064232A141641d
Octal22301400144435250114435
Binary100100110110000001100100100011101010101000001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930060; }

 p { color: rgb(147,0,96); }

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

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

 a { background-color: rgb(147,0,96); }

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

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

 span { border-color: rgb(147,0,96); }

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