#93587E

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

Shades of Strikemaster #93587E

Tints of Strikemaster #93587E

Color information

#93587E (or 0x93587E) is unknown color: approx Strikemaster. HEX triplet: 93, 58 and 7E. RGB value is (147,88,126). Sum of RGB (Red+Green+Blue) = 147+88+126=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93587E is #6CA781. Grayscale: #6D6D6D. Windows color (decimal): -7120770 or 8280211. OLE color: 8280211.

HSL color Cylindrical-coordinate representation of color #93587E: hue angle of 321.36º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93587E is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14788126-
CMYK00.400.140.42
HSL321.36º25.11%46.08%-
HSV(B)321.36º40.14%57.65%-
XYZ19.2914.6921.56-
YUV109.97137.05154.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=40.72%
G=24.38%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478812600.400.140.42321.3625.1146.08
Hex93587E028E2A141192e
Octal22313017605016525013156
Binary10010011101100011111100101000111010101010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93587E; }

 p { color: rgb(147,88,126); }

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

<style>
 a { background-color: #93587E; }

 a { background-color: rgb(147,88,126); }

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

<style>
 span { border-color: #93587E; }

 span { border-color: rgb(147,88,126); }

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