#93005F

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

Shades of Eggplant #93005F

Tints of Eggplant #93005F

Color information

#93005F (or 0x93005F) is unknown color: approx Eggplant. HEX triplet: 93, 00 and 5F. RGB value is (147,0,95). Sum of RGB (Red+Green+Blue) = 147+0+95=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93005F is #6CFFA0. Grayscale: #363636. Windows color (decimal): -7143329 or 6226067. OLE color: 6226067.

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

Color convert

RGB147095-
CMYK010.350.42
HSL321.22º100%28.82%-
HSV(B)321.22º100%57.65%-
XYZ14.17.0311.44-
YUV54.78150.7193.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=60.74%
G=0%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147095010.350.42321.2210028.82
Hex9305F064232A141641d
Octal22301370144435250114435
Binary100100110101111101100100100011101010101000001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93005F; }

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

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

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

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

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

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

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

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