Shades of Strikemaster #954E78
Tints of Strikemaster #954E78
RGB
CMYK
RGB Variations
Color information
#954E78 (or 0x954E78) is known color: Strikemaster. HEX triplet: 95, 4E and 78. RGB value is (149,78,120). Sum of RGB (Red+Green+Blue) = 149+78+120=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #954E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E78 is #6AB187. Grayscale: #676767. Windows color (decimal): -6992264 or 7884437. OLE color: 7884437.
HSL color Cylindrical-coordinate representation of color #954E78: hue angle of 324.51º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E78 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 120 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.42 |
| HSL | 324.51º | 0.31% | 0.45% | - |
| HSV(B) | 324.51º | 0.48% | 0.58% | - |
| XYZ | 18.51 | 13.19 | 19.34 | - |
| YUV | 104.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 120 | 0 | 0.48 | 0.19 | 0.42 | 324.51 | 0.31 | 0.45 |
| Hex | 95 | 4E | 78 | 0 | 30 | 13 | 2A | 145 | 1F | 2D |
| Octal | 225 | 116 | 170 | 0 | 60 | 23 | 52 | 505 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1111000 | 0 | 110000 | 10011 | 101010 | 101000101 | 11111 | 101101 |
Color Harmonies of #954E78
Complementary color
Monochromatic Colors of #954E78
Black with #954E78
Text Example
Text Example
White with #954E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E78; }
p { color: rgb(149,78,120); }
H1.HeaderClassName
{
color: #954E78;
}
.AnyTagClassName
{
color: #954E78;
}
</style>
background-color css
<style>
a { background-color: #954E78; }
a { background-color: rgb(149,78,120); }
div.DivClassName
{
background-color: #954E78;
}
.BgClassName
{
background-color: #954E78;
}
</style>
border-color css
<style>
span { border-color: #954E78; }
span { border-color: rgb(149,78,120); }
td.TdClassName
{
border-color: #954E78;
}
.TagClassName
{
border-color: #954E78;
}
</style>