Shades of Strikemaster #905F78
Tints of Strikemaster #905F78
RGB
CMYK
RGB Variations
Color information
#905F78 (or 0x905F78) is known color: Strikemaster. HEX triplet: 90, 5F and 78. RGB value is (144,95,120). Sum of RGB (Red+Green+Blue) = 144+95+120=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #905F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F78 is #6FA087. Grayscale: #707070. Windows color (decimal): -7315592 or 7888784. OLE color: 7888784.
HSL color Cylindrical-coordinate representation of color #905F78: hue angle of 329.39º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F78 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 120 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.44 |
| HSL | 329.39º | 0.21% | 0.47% | - |
| HSV(B) | 329.39º | 0.34% | 0.56% | - |
| XYZ | 18.98 | 15.47 | 19.75 | - |
| YUV | 112.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 120 | 0 | 0.34 | 0.17 | 0.44 | 329.39 | 0.21 | 0.47 |
| Hex | 90 | 5F | 78 | 0 | 22 | 11 | 2C | 149 | 15 | 2F |
| Octal | 220 | 137 | 170 | 0 | 42 | 21 | 54 | 511 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1111000 | 0 | 100010 | 10001 | 101100 | 101001001 | 10101 | 101111 |
Color Harmonies of #905F78
Complementary color
Monochromatic Colors of #905F78
Black with #905F78
Text Example
Text Example
White with #905F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F78; }
p { color: rgb(144,95,120); }
H1.HeaderClassName
{
color: #905F78;
}
.AnyTagClassName
{
color: #905F78;
}
</style>
background-color css
<style>
a { background-color: #905F78; }
a { background-color: rgb(144,95,120); }
div.DivClassName
{
background-color: #905F78;
}
.BgClassName
{
background-color: #905F78;
}
</style>
border-color css
<style>
span { border-color: #905F78; }
span { border-color: rgb(144,95,120); }
td.TdClassName
{
border-color: #905F78;
}
.TagClassName
{
border-color: #905F78;
}
</style>