#930364

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

Shades of Eggplant #930364

Tints of Eggplant #930364

Color information

#930364 (or 0x930364) is unknown color: approx Eggplant. HEX triplet: 93, 03 and 64. RGB value is (147,3,100). Sum of RGB (Red+Green+Blue) = 147+3+100=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #930364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930364 is #6CFC9B. Grayscale: #383838. Windows color (decimal): -7142556 or 6554515. OLE color: 6554515.

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

Color convert

RGB1473100-
CMYK00.980.320.42
HSL319.58º96%29.41%-
HSV(B)319.58º97.96%57.65%-
XYZ14.377.1912.69-
YUV57.11152.21192.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 100 (39.45% from 255) = 40%
R=58.8%
G=1.2%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147310000.980.320.42319.589629.41
Hex93364062202A140601d
Octal22331440142405250014035
Binary1001001111110010001100010100000101010101000000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930364; }

 p { color: rgb(147,3,100); }

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

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

 a { background-color: rgb(147,3,100); }

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

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

 span { border-color: rgb(147,3,100); }

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