#93487A

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

Shades of Strikemaster #93487A

Tints of Strikemaster #93487A

Color information

#93487A (or 0x93487A) is unknown color: approx Strikemaster. HEX triplet: 93, 48 and 7A. RGB value is (147,72,122). Sum of RGB (Red+Green+Blue) = 147+72+122=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93487A is #6CB785. Grayscale: #646464. Windows color (decimal): -7124870 or 8013971. OLE color: 8013971.

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

Color convert

RGB14772122-
CMYK00.510.170.42
HSL320º34.25%42.94%-
HSV(B)320º51.02%57.65%-
XYZ17.8612.2419.83-
YUV100.12140.35161.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=43.11%
G=21.11%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477212200.510.170.4232034.2542.94
Hex93487A033112A140222b
Octal22311017206321525004253
Binary1001001110010001111010011001110001101010101000000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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