#93597B

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

Shades of Strikemaster #93597B

Tints of Strikemaster #93597B

Color information

#93597B (or 0x93597B) is unknown color: approx Strikemaster. HEX triplet: 93, 59 and 7B. RGB value is (147,89,123). Sum of RGB (Red+Green+Blue) = 147+89+123=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93597B is #6CA684. Grayscale: #6E6E6E. Windows color (decimal): -7120517 or 8083859. OLE color: 8083859.

HSL color Cylindrical-coordinate representation of color #93597B: hue angle of 324.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93597B is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14789123-
CMYK00.390.160.42
HSL324.83º24.58%46.27%-
HSV(B)324.83º39.46%57.65%-
XYZ19.1814.7820.58-
YUV110.22135.22154.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=40.95%
G=24.79%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478912300.390.160.42324.8324.5846.27
Hex93597B027102A145192e
Octal22313117304720525053156
Binary100100111011001111101101001111000010101010100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,89,123); }

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

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

 a { background-color: rgb(147,89,123); }

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

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

 span { border-color: rgb(147,89,123); }

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