Shades of Strikemaster #934D7B
Tints of Strikemaster #934D7B
RGB
CMYK
RGB Variations
Color information
#934D7B (or 0x934D7B) is known color: Strikemaster. HEX triplet: 93, 4D and 7B. RGB value is (147,77,123). Sum of RGB (Red+Green+Blue) = 147+77+123=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #934D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D7B is #6CB284. Grayscale: #676767. Windows color (decimal): -7123589 or 8080787. OLE color: 8080787.
HSL color Cylindrical-coordinate representation of color #934D7B: hue angle of 320.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934D7B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 123 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.42 |
| HSL | 320.57º | 0.31% | 0.44% | - |
| HSV(B) | 320.57º | 0.48% | 0.58% | - |
| XYZ | 18.26 | 12.94 | 20.27 | - |
| YUV | 103.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 123 | 0 | 0.48 | 0.16 | 0.42 | 320.57 | 0.31 | 0.44 |
| Hex | 93 | 4D | 7B | 0 | 30 | 10 | 2A | 141 | 1F | 2C |
| Octal | 223 | 115 | 173 | 0 | 60 | 20 | 52 | 501 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1111011 | 0 | 110000 | 10000 | 101010 | 101000001 | 11111 | 101100 |
Color Harmonies of #934D7B
Complementary color
Monochromatic Colors of #934D7B
Black with #934D7B
Text Example
Text Example
White with #934D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D7B; }
p { color: rgb(147,77,123); }
H1.HeaderClassName
{
color: #934D7B;
}
.AnyTagClassName
{
color: #934D7B;
}
</style>
background-color css
<style>
a { background-color: #934D7B; }
a { background-color: rgb(147,77,123); }
div.DivClassName
{
background-color: #934D7B;
}
.BgClassName
{
background-color: #934D7B;
}
</style>
border-color css
<style>
span { border-color: #934D7B; }
span { border-color: rgb(147,77,123); }
td.TdClassName
{
border-color: #934D7B;
}
.TagClassName
{
border-color: #934D7B;
}
</style>