#930055

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

Shades of Eggplant #930055

Tints of Eggplant #930055

Color information

#930055 (or 0x930055) is unknown color: approx Eggplant. HEX triplet: 93, 00 and 55. RGB value is (147,0,85). Sum of RGB (Red+Green+Blue) = 147+0+85=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #930055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930055 is #6CFFAA. Grayscale: #353535. Windows color (decimal): -7143339 or 5570707. OLE color: 5570707.

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

Color convert

RGB147085-
CMYK010.420.42
HSL325.31º100%28.82%-
HSV(B)325.31º100%57.65%-
XYZ13.676.869.2-
YUV53.64145.7194.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=63.36%
G=0%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147085010.420.42325.3110028.82
Hex930550642A2A145641d
Octal22301250144525250514435
Binary100100110101010101100100101010101010101000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930055; }

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

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

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

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

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

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

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

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