#93547A

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

Shades of Strikemaster #93547A

Tints of Strikemaster #93547A

Color information

#93547A (or 0x93547A) is unknown color: approx Strikemaster. HEX triplet: 93, 54 and 7A. RGB value is (147,84,122). Sum of RGB (Red+Green+Blue) = 147+84+122=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93547A is #6CAB85. Grayscale: #6B6B6B. Windows color (decimal): -7121798 or 8017043. OLE color: 8017043.

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

Color convert

RGB14784122-
CMYK00.430.170.42
HSL323.81º27.27%45.29%-
HSV(B)323.81º42.86%57.65%-
XYZ18.7213.9520.12-
YUV107.17136.37156.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=41.64%
G=23.80%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478412200.430.170.42323.8127.2745.29
Hex93547A02B112A1441b2d
Octal22312417205321525043355
Binary100100111010100111101001010111000110101010100010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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