#93015F

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

Shades of Eggplant #93015F

Tints of Eggplant #93015F

Color information

#93015F (or 0x93015F) is unknown color: approx Eggplant. HEX triplet: 93, 01 and 5F. RGB value is (147,1,95). Sum of RGB (Red+Green+Blue) = 147+1+95=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93015F is #6CFEA0. Grayscale: #373737. Windows color (decimal): -7143073 or 6226323. OLE color: 6226323.

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

Color convert

RGB147195-
CMYK00.990.350.42
HSL321.37º98.65%29.02%-
HSV(B)321.37º99.32%57.65%-
XYZ14.117.0511.44-
YUV55.37150.37193.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.49%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=60.49%
G=0.41%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14719500.990.350.42321.3798.6529.02
Hex9315F063232A141631d
Octal22311370143435250114335
Binary100100111101111101100011100011101010101000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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