Shades of Strikemaster #934C7B
Tints of Strikemaster #934C7B
RGB
CMYK
RGB Variations
Color information
#934C7B (or 0x934C7B) is known color: Strikemaster. HEX triplet: 93, 4C and 7B. RGB value is (147,76,123). Sum of RGB (Red+Green+Blue) = 147+76+123=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #934C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C7B is #6CB384. Grayscale: #666666. Windows color (decimal): -7123845 or 8080531. OLE color: 8080531.
HSL color Cylindrical-coordinate representation of color #934C7B: hue angle of 320.28º degrees, saturation: 0.32, 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 #934C7B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 123 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.42 |
| HSL | 320.28º | 0.32% | 0.44% | - |
| HSV(B) | 320.28º | 0.48% | 0.58% | - |
| XYZ | 18.19 | 12.8 | 20.25 | - |
| YUV | 102.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 123 | 0 | 0.48 | 0.16 | 0.42 | 320.28 | 0.32 | 0.44 |
| Hex | 93 | 4C | 7B | 0 | 30 | 10 | 2A | 140 | 20 | 2C |
| Octal | 223 | 114 | 173 | 0 | 60 | 20 | 52 | 500 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1111011 | 0 | 110000 | 10000 | 101010 | 101000000 | 100000 | 101100 |
Color Harmonies of #934C7B
Complementary color
Monochromatic Colors of #934C7B
Black with #934C7B
Text Example
Text Example
White with #934C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C7B; }
p { color: rgb(147,76,123); }
H1.HeaderClassName
{
color: #934C7B;
}
.AnyTagClassName
{
color: #934C7B;
}
</style>
background-color css
<style>
a { background-color: #934C7B; }
a { background-color: rgb(147,76,123); }
div.DivClassName
{
background-color: #934C7B;
}
.BgClassName
{
background-color: #934C7B;
}
</style>
border-color css
<style>
span { border-color: #934C7B; }
span { border-color: rgb(147,76,123); }
td.TdClassName
{
border-color: #934C7B;
}
.TagClassName
{
border-color: #934C7B;
}
</style>