#93507B

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

Shades of Strikemaster #93507B

Tints of Strikemaster #93507B

Color information

#93507B (or 0x93507B) is unknown color: approx Strikemaster. HEX triplet: 93, 50 and 7B. RGB value is (147,80,123). Sum of RGB (Red+Green+Blue) = 147+80+123=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #93507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93507B is #6CAF84. Grayscale: #686868. Windows color (decimal): -7122821 or 8081555. OLE color: 8081555.

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

Color convert

RGB14780123-
CMYK00.460.160.42
HSL321.49º29.52%44.51%-
HSV(B)321.49º45.58%57.65%-
XYZ18.4813.3720.35-
YUV104.93138.2158-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=42%
G=22.86%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478012300.460.160.42321.4929.5244.51
Hex93507B02E102A1411e2d
Octal22312017305620525013655
Binary100100111010000111101101011101000010101010100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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