#93176B

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

Shades of Eggplant #93176B

Tints of Eggplant #93176B

Color information

#93176B (or 0x93176B) is unknown color: approx Eggplant. HEX triplet: 93, 17 and 6B. RGB value is (147,23,107). Sum of RGB (Red+Green+Blue) = 147+23+107=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93176B is #6CE894. Grayscale: #454545. Windows color (decimal): -7137429 or 7018387. OLE color: 7018387.

HSL color Cylindrical-coordinate representation of color #93176B: hue angle of 319.35º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93176B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14723107-
CMYK00.840.270.42
HSL319.35º72.94%33.33%-
HSV(B)319.35º84.35%57.65%-
XYZ14.997.8814.64-
YUV69.65149.08183.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=53.07%
G=8.30%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472310700.840.270.42319.3572.9433.33
Hex93176B0541B2A13f4921
Octal223271530124335247711141
Binary1001001110111110101101010100110111010101001111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93176B; }

 p { color: rgb(147,23,107); }

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

<style>
 a { background-color: #93176B; }

 a { background-color: rgb(147,23,107); }

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

<style>
 span { border-color: #93176B; }

 span { border-color: rgb(147,23,107); }

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