#93577D

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

Shades of Strikemaster #93577D

Tints of Strikemaster #93577D

Color information

#93577D (or 0x93577D) is unknown color: approx Strikemaster. HEX triplet: 93, 57 and 7D. RGB value is (147,87,125). Sum of RGB (Red+Green+Blue) = 147+87+125=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93577D is #6CA882. Grayscale: #6D6D6D. Windows color (decimal): -7121027 or 8214419. OLE color: 8214419.

HSL color Cylindrical-coordinate representation of color #93577D: hue angle of 322º 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 #93577D is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14787125-
CMYK00.410.150.42
HSL322º25.64%45.88%-
HSV(B)322º40.82%57.65%-
XYZ19.1414.521.19-
YUV109.27136.88154.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=40.95%
G=24.23%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478712500.410.150.4232225.6445.88
Hex93577D029F2A1421a2e
Octal22312717505117525023256
Binary10010011101011111111010101001111110101010100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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