Shades of Strikemaster #945A78
Tints of Strikemaster #945A78
RGB
CMYK
RGB Variations
Color information
#945A78 (or 0x945A78) is known color: Strikemaster. HEX triplet: 94, 5A and 78. RGB value is (148,90,120). Sum of RGB (Red+Green+Blue) = 148+90+120=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #945A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A78 is #6BA587. Grayscale: #6E6E6E. Windows color (decimal): -7054728 or 7887508. OLE color: 7887508.
HSL color Cylindrical-coordinate representation of color #945A78: hue angle of 328.97º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A78 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 120 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.42 |
| HSL | 328.97º | 0.24% | 0.47% | - |
| HSV(B) | 328.97º | 0.39% | 0.58% | - |
| XYZ | 19.26 | 14.96 | 19.64 | - |
| YUV | 110.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 120 | 0 | 0.39 | 0.19 | 0.42 | 328.97 | 0.24 | 0.47 |
| Hex | 94 | 5A | 78 | 0 | 27 | 13 | 2A | 149 | 18 | 2F |
| Octal | 224 | 132 | 170 | 0 | 47 | 23 | 52 | 511 | 30 | 57 |
| Binary | 10010100 | 1011010 | 1111000 | 0 | 100111 | 10011 | 101010 | 101001001 | 11000 | 101111 |
Color Harmonies of #945A78
Complementary color
Monochromatic Colors of #945A78
Black with #945A78
Text Example
Text Example
White with #945A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A78; }
p { color: rgb(148,90,120); }
H1.HeaderClassName
{
color: #945A78;
}
.AnyTagClassName
{
color: #945A78;
}
</style>
background-color css
<style>
a { background-color: #945A78; }
a { background-color: rgb(148,90,120); }
div.DivClassName
{
background-color: #945A78;
}
.BgClassName
{
background-color: #945A78;
}
</style>
border-color css
<style>
span { border-color: #945A78; }
span { border-color: rgb(148,90,120); }
td.TdClassName
{
border-color: #945A78;
}
.TagClassName
{
border-color: #945A78;
}
</style>