Shades of Strikemaster #945E78
Tints of Strikemaster #945E78
RGB
CMYK
RGB Variations
Color information
#945E78 (or 0x945E78) is known color: Strikemaster. HEX triplet: 94, 5E and 78. RGB value is (148,94,120). Sum of RGB (Red+Green+Blue) = 148+94+120=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #945E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E78 is #6BA187. Grayscale: #717171. Windows color (decimal): -7053704 or 7888532. OLE color: 7888532.
HSL color Cylindrical-coordinate representation of color #945E78: hue angle of 331.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E78 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 120 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.42 |
| HSL | 331.11º | 0.22% | 0.47% | - |
| HSV(B) | 331.11º | 0.36% | 0.58% | - |
| XYZ | 19.61 | 15.66 | 19.76 | - |
| YUV | 113.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 120 | 0 | 0.36 | 0.19 | 0.42 | 331.11 | 0.22 | 0.47 |
| Hex | 94 | 5E | 78 | 0 | 24 | 13 | 2A | 14B | 16 | 2F |
| Octal | 224 | 136 | 170 | 0 | 44 | 23 | 52 | 513 | 26 | 57 |
| Binary | 10010100 | 1011110 | 1111000 | 0 | 100100 | 10011 | 101010 | 101001011 | 10110 | 101111 |
Color Harmonies of #945E78
Complementary color
Monochromatic Colors of #945E78
Black with #945E78
Text Example
Text Example
White with #945E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E78; }
p { color: rgb(148,94,120); }
H1.HeaderClassName
{
color: #945E78;
}
.AnyTagClassName
{
color: #945E78;
}
</style>
background-color css
<style>
a { background-color: #945E78; }
a { background-color: rgb(148,94,120); }
div.DivClassName
{
background-color: #945E78;
}
.BgClassName
{
background-color: #945E78;
}
</style>
border-color css
<style>
span { border-color: #945E78; }
span { border-color: rgb(148,94,120); }
td.TdClassName
{
border-color: #945E78;
}
.TagClassName
{
border-color: #945E78;
}
</style>