Shades of Strikemaster #914579
Tints of Strikemaster #914579
RGB
CMYK
RGB Variations
Color information
#914579 (or 0x914579) is known color: Strikemaster. HEX triplet: 91, 45 and 79. RGB value is (145,69,121). Sum of RGB (Red+Green+Blue) = 145+69+121=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #914579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914579 is #6EBA86. Grayscale: #616161. Windows color (decimal): -7256711 or 7947665. OLE color: 7947665.
HSL color Cylindrical-coordinate representation of color #914579: hue angle of 318.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914579 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 121 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.43 |
| HSL | 318.95º | 0.36% | 0.42% | - |
| HSV(B) | 318.95º | 0.52% | 0.57% | - |
| XYZ | 17.26 | 11.66 | 19.43 | - |
| YUV | 97.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 121 | 0 | 0.52 | 0.17 | 0.43 | 318.95 | 0.36 | 0.42 |
| Hex | 91 | 45 | 79 | 0 | 34 | 11 | 2B | 13F | 24 | 2A |
| Octal | 221 | 105 | 171 | 0 | 64 | 21 | 53 | 477 | 44 | 52 |
| Binary | 10010001 | 1000101 | 1111001 | 0 | 110100 | 10001 | 101011 | 100111111 | 100100 | 101010 |
Color Harmonies of #914579
Complementary color
Monochromatic Colors of #914579
Black with #914579
Text Example
Text Example
White with #914579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914579; }
p { color: rgb(145,69,121); }
H1.HeaderClassName
{
color: #914579;
}
.AnyTagClassName
{
color: #914579;
}
</style>
background-color css
<style>
a { background-color: #914579; }
a { background-color: rgb(145,69,121); }
div.DivClassName
{
background-color: #914579;
}
.BgClassName
{
background-color: #914579;
}
</style>
border-color css
<style>
span { border-color: #914579; }
span { border-color: rgb(145,69,121); }
td.TdClassName
{
border-color: #914579;
}
.TagClassName
{
border-color: #914579;
}
</style>