#93577A

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

Shades of Strikemaster #93577A

Tints of Strikemaster #93577A

Color information

#93577A (or 0x93577A) is unknown color: approx Strikemaster. HEX triplet: 93, 57 and 7A. RGB value is (147,87,122). Sum of RGB (Red+Green+Blue) = 147+87+122=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93577A is #6CA885. Grayscale: #6C6C6C. Windows color (decimal): -7121030 or 8017811. OLE color: 8017811.

HSL color Cylindrical-coordinate representation of color #93577A: hue angle of 325º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93577A is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14787122-
CMYK00.410.170.42
HSL325º25.64%45.88%-
HSV(B)325º40.82%57.65%-
XYZ18.9514.4220.2-
YUV108.93135.38155.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=41.29%
G=24.44%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478712200.410.170.4232525.6445.88
Hex93577A029112A1451a2e
Octal22312717205121525053256
Binary100100111010111111101001010011000110101010100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,87,122); }

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

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

 a { background-color: rgb(147,87,122); }

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

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

 span { border-color: rgb(147,87,122); }

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