#93597F

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

Shades of Strikemaster #93597F

Tints of Strikemaster #93597F

Color information

#93597F (or 0x93597F) is unknown color: approx Strikemaster. HEX triplet: 93, 59 and 7F. RGB value is (147,89,127). Sum of RGB (Red+Green+Blue) = 147+89+127=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #93597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93597F is #6CA680. Grayscale: #6E6E6E. Windows color (decimal): -7120513 or 8346003. OLE color: 8346003.

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

Color convert

RGB14789127-
CMYK00.390.140.42
HSL320.69º24.58%46.27%-
HSV(B)320.69º39.46%57.65%-
XYZ19.4414.8821.93-
YUV110.67137.22153.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 127 (50% from 255) = 34.99%
R=40.50%
G=24.52%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478912700.390.140.42320.6924.5846.27
Hex93597F027E2A141192e
Octal22313117704716525013156
Binary10010011101100111111110100111111010101010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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