#93085C

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

Shades of Eggplant #93085C

Tints of Eggplant #93085C

Color information

#93085C (or 0x93085C) is unknown color: approx Eggplant. HEX triplet: 93, 08 and 5C. RGB value is (147,8,92). Sum of RGB (Red+Green+Blue) = 147+8+92=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93085C is #6CF7A3. Grayscale: #3A3A3A. Windows color (decimal): -7141284 or 6031507. OLE color: 6031507.

HSL color Cylindrical-coordinate representation of color #93085C: hue angle of 323.74º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93085C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB147892-
CMYK00.950.370.42
HSL323.74º89.68%30.39%-
HSV(B)323.74º94.56%57.65%-
XYZ14.057.1510.76-
YUV59.14146.55190.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.51%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=59.51%
G=3.24%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14789200.950.370.42323.7489.6830.39
Hex9385C05F252A1445a1e
Octal223101340137455250413236
Binary100100111000101110001011111100101101010101000100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93085C; }

 p { color: rgb(147,8,92); }

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

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

 a { background-color: rgb(147,8,92); }

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

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

 span { border-color: rgb(147,8,92); }

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