#93016C

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

Shades of Eggplant #93016C

Tints of Eggplant #93016C

Color information

#93016C (or 0x93016C) is unknown color: approx Eggplant. HEX triplet: 93, 01 and 6C. RGB value is (147,1,108). Sum of RGB (Red+Green+Blue) = 147+1+108=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93016C is #6CFE93. Grayscale: #383838. Windows color (decimal): -7143060 or 7078291. OLE color: 7078291.

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

Color convert

RGB1471108-
CMYK00.990.270.42
HSL316.03º98.65%29.02%-
HSV(B)316.03º99.32%57.65%-
XYZ14.757.3114.82-
YUV56.85156.87192.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.42%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=57.42%
G=0.39%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147110800.990.270.42316.0398.6529.02
Hex9316C0631B2A13c631d
Octal22311540143335247414335
Binary10010011111011000110001111011101010100111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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