#93507F

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

Shades of Strikemaster #93507F

Tints of Strikemaster #93507F

Color information

#93507F (or 0x93507F) is unknown color: approx Strikemaster. HEX triplet: 93, 50 and 7F. RGB value is (147,80,127). Sum of RGB (Red+Green+Blue) = 147+80+127=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93507F is #6CAF80. Grayscale: #696969. Windows color (decimal): -7122817 or 8343699. OLE color: 8343699.

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

Color convert

RGB14780127-
CMYK00.460.140.42
HSL317.91º29.52%44.51%-
HSV(B)317.91º45.58%57.65%-
XYZ18.7313.4721.69-
YUV105.39140.2157.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 127 (50% from 255) = 35.88%
R=41.53%
G=22.60%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478012700.460.140.42317.9129.5244.51
Hex93507F02EE2A13e1e2d
Octal22312017705616524763655
Binary10010011101000011111110101110111010101010011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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