#93567B

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

Shades of Strikemaster #93567B

Tints of Strikemaster #93567B

Color information

#93567B (or 0x93567B) is unknown color: approx Strikemaster. HEX triplet: 93, 56 and 7B. RGB value is (147,86,123). Sum of RGB (Red+Green+Blue) = 147+86+123=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93567B is #6CA984. Grayscale: #6C6C6C. Windows color (decimal): -7121285 or 8083091. OLE color: 8083091.

HSL color Cylindrical-coordinate representation of color #93567B: hue angle of 323.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93567B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14786123-
CMYK00.410.160.42
HSL323.61º26.18%45.69%-
HSV(B)323.61º41.5%57.65%-
XYZ18.9414.2920.5-
YUV108.46136.21155.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=41.29%
G=24.16%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478612300.410.160.42323.6126.1845.69
Hex93567B029102A1441a2e
Octal22312617305120525043256
Binary100100111010110111101101010011000010101010100010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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