#93065A

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

Shades of Eggplant #93065A

Tints of Eggplant #93065A

Color information

#93065A (or 0x93065A) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 5A. RGB value is (147,6,90). Sum of RGB (Red+Green+Blue) = 147+6+90=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93065A is #6CF9A5. Grayscale: #393939. Windows color (decimal): -7141798 or 5899923. OLE color: 5899923.

HSL color Cylindrical-coordinate representation of color #93065A: hue angle of 324.26º 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 #93065A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB147690-
CMYK00.960.390.42
HSL324.26º92.16%30%-
HSV(B)324.26º95.92%57.65%-
XYZ13.947.0710.3-
YUV57.73146.21191.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.49%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=60.49%
G=2.47%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14769000.960.390.42324.2692.1630
Hex9365A060272A1445c1e
Octal22361320140475250413436
Binary10010011110101101001100000100111101010101000100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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