#93066A

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

Shades of Eggplant #93066A

Tints of Eggplant #93066A

Color information

#93066A (or 0x93066A) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 6A. RGB value is (147,6,106). Sum of RGB (Red+Green+Blue) = 147+6+106=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93066A is #6CF995. Grayscale: #3B3B3B. Windows color (decimal): -7141782 or 6948499. OLE color: 6948499.

HSL color Cylindrical-coordinate representation of color #93066A: hue angle of 317.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93066A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB1476106-
CMYK00.960.280.42
HSL317.45º92.16%30%-
HSV(B)317.45º95.92%57.65%-
XYZ14.77.3714.28-
YUV59.56154.21190.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 6 (2.73% from 255) = 2.32%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=56.76%
G=2.32%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147610600.960.280.42317.4592.1630
Hex9366A0601C2A13d5c1e
Octal22361520140345247513436
Binary1001001111011010100110000011100101010100111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93066A; }

 p { color: rgb(147,6,106); }

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

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

 a { background-color: rgb(147,6,106); }

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

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

 span { border-color: rgb(147,6,106); }

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