Shades of Strikemaster #934C7E
Tints of Strikemaster #934C7E
RGB
CMYK
RGB Variations
Color information
#934C7E (or 0x934C7E) is known color: Strikemaster. HEX triplet: 93, 4C and 7E. RGB value is (147,76,126). Sum of RGB (Red+Green+Blue) = 147+76+126=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #934C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C7E is #6CB381. Grayscale: #666666. Windows color (decimal): -7123842 or 8277139. OLE color: 8277139.
HSL color Cylindrical-coordinate representation of color #934C7E: hue angle of 317.75º 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 #934C7E is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 126 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.42 |
| HSL | 317.75º | 0.32% | 0.44% | - |
| HSV(B) | 317.75º | 0.48% | 0.58% | - |
| XYZ | 18.38 | 12.88 | 21.26 | - |
| YUV | 102.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 126 | 0 | 0.48 | 0.14 | 0.42 | 317.75 | 0.32 | 0.44 |
| Hex | 93 | 4C | 7E | 0 | 30 | E | 2A | 13E | 20 | 2C |
| Octal | 223 | 114 | 176 | 0 | 60 | 16 | 52 | 476 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1111110 | 0 | 110000 | 1110 | 101010 | 100111110 | 100000 | 101100 |
Color Harmonies of #934C7E
Complementary color
Monochromatic Colors of #934C7E
Black with #934C7E
Text Example
Text Example
White with #934C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C7E; }
p { color: rgb(147,76,126); }
H1.HeaderClassName
{
color: #934C7E;
}
.AnyTagClassName
{
color: #934C7E;
}
</style>
background-color css
<style>
a { background-color: #934C7E; }
a { background-color: rgb(147,76,126); }
div.DivClassName
{
background-color: #934C7E;
}
.BgClassName
{
background-color: #934C7E;
}
</style>
border-color css
<style>
span { border-color: #934C7E; }
span { border-color: rgb(147,76,126); }
td.TdClassName
{
border-color: #934C7E;
}
.TagClassName
{
border-color: #934C7E;
}
</style>