#93507A

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

Shades of Strikemaster #93507A

Tints of Strikemaster #93507A

Color information

#93507A (or 0x93507A) is unknown color: approx Strikemaster. HEX triplet: 93, 50 and 7A. RGB value is (147,80,122). Sum of RGB (Red+Green+Blue) = 147+80+122=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #93507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93507A is #6CAF85. Grayscale: #686868. Windows color (decimal): -7122822 or 8016019. OLE color: 8016019.

HSL color Cylindrical-coordinate representation of color #93507A: hue angle of 322.39º 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 #93507A is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14780122-
CMYK00.460.170.42
HSL322.39º29.52%44.51%-
HSV(B)322.39º45.58%57.65%-
XYZ18.4113.3520.02-
YUV104.82137.7158.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=42.12%
G=22.92%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478012200.460.170.42322.3929.5244.51
Hex93507A02E112A1421e2d
Octal22312017205621525023655
Binary100100111010000111101001011101000110101010100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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