Shades of Strikemaster #93487D
Tints of Strikemaster #93487D
RGB
CMYK
RGB Variations
Color information
#93487D (or 0x93487D) is known color: Strikemaster. HEX triplet: 93, 48 and 7D. RGB value is (147,72,125). Sum of RGB (Red+Green+Blue) = 147+72+125=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93487D is #6CB782. Grayscale: #646464. Windows color (decimal): -7124867 or 8210579. OLE color: 8210579.
HSL color Cylindrical-coordinate representation of color #93487D: hue angle of 317.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93487D is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 125 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.42 |
| HSL | 317.6º | 0.34% | 0.43% | - |
| HSV(B) | 317.6º | 0.51% | 0.58% | - |
| XYZ | 18.05 | 12.32 | 20.83 | - |
| YUV | 100.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 125 | 0 | 0.51 | 0.15 | 0.42 | 317.6 | 0.34 | 0.43 |
| Hex | 93 | 48 | 7D | 0 | 33 | F | 2A | 13E | 22 | 2B |
| Octal | 223 | 110 | 175 | 0 | 63 | 17 | 52 | 476 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1111101 | 0 | 110011 | 1111 | 101010 | 100111110 | 100010 | 101011 |
Color Harmonies of #93487D
Complementary color
Monochromatic Colors of #93487D
Black with #93487D
Text Example
Text Example
White with #93487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93487D; }
p { color: rgb(147,72,125); }
H1.HeaderClassName
{
color: #93487D;
}
.AnyTagClassName
{
color: #93487D;
}
</style>
background-color css
<style>
a { background-color: #93487D; }
a { background-color: rgb(147,72,125); }
div.DivClassName
{
background-color: #93487D;
}
.BgClassName
{
background-color: #93487D;
}
</style>
border-color css
<style>
span { border-color: #93487D; }
span { border-color: rgb(147,72,125); }
td.TdClassName
{
border-color: #93487D;
}
.TagClassName
{
border-color: #93487D;
}
</style>