#93527F

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

Shades of Strikemaster #93527F

Tints of Strikemaster #93527F

Color information

#93527F (or 0x93527F) is unknown color: approx Strikemaster. HEX triplet: 93, 52 and 7F. RGB value is (147,82,127). Sum of RGB (Red+Green+Blue) = 147+82+127=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93527F is #6CAD80. Grayscale: #6A6A6A. Windows color (decimal): -7122305 or 8344211. OLE color: 8344211.

HSL color Cylindrical-coordinate representation of color #93527F: hue angle of 318.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93527F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14782127-
CMYK00.440.140.42
HSL318.46º28.38%44.9%-
HSV(B)318.46º44.22%57.65%-
XYZ18.8813.7721.74-
YUV106.56139.53156.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 127 (50% from 255) = 35.67%
R=41.29%
G=23.03%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478212700.440.140.42318.4628.3844.9
Hex93527F02CE2A13e1c2d
Octal22312217705416524763455
Binary10010011101001011111110101100111010101010011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93527F; }

 p { color: rgb(147,82,127); }

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

<style>
 a { background-color: #93527F; }

 a { background-color: rgb(147,82,127); }

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

<style>
 span { border-color: #93527F; }

 span { border-color: rgb(147,82,127); }

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