Shades of Strikemaster #934A78
Tints of Strikemaster #934A78
RGB
CMYK
RGB Variations
Color information
#934A78 (or 0x934A78) is known color: Strikemaster. HEX triplet: 93, 4A and 78. RGB value is (147,74,120). Sum of RGB (Red+Green+Blue) = 147+74+120=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #934A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A78 is #6CB587. Grayscale: #646464. Windows color (decimal): -7124360 or 7883411. OLE color: 7883411.
HSL color Cylindrical-coordinate representation of color #934A78: hue angle of 322.19º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934A78 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 120 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.42 |
| HSL | 322.19º | 0.33% | 0.43% | - |
| HSV(B) | 322.19º | 0.5% | 0.58% | - |
| XYZ | 17.87 | 12.46 | 19.23 | - |
| YUV | 101.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 120 | 0 | 0.50 | 0.18 | 0.42 | 322.19 | 0.33 | 0.43 |
| Hex | 93 | 4A | 78 | 0 | 32 | 12 | 2A | 142 | 21 | 2B |
| Octal | 223 | 112 | 170 | 0 | 62 | 22 | 52 | 502 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1111000 | 0 | 110010 | 10010 | 101010 | 101000010 | 100001 | 101011 |
Color Harmonies of #934A78
Complementary color
Monochromatic Colors of #934A78
Black with #934A78
Text Example
Text Example
White with #934A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A78; }
p { color: rgb(147,74,120); }
H1.HeaderClassName
{
color: #934A78;
}
.AnyTagClassName
{
color: #934A78;
}
</style>
background-color css
<style>
a { background-color: #934A78; }
a { background-color: rgb(147,74,120); }
div.DivClassName
{
background-color: #934A78;
}
.BgClassName
{
background-color: #934A78;
}
</style>
border-color css
<style>
span { border-color: #934A78; }
span { border-color: rgb(147,74,120); }
td.TdClassName
{
border-color: #934A78;
}
.TagClassName
{
border-color: #934A78;
}
</style>