Shades of Strikemaster #905679
Tints of Strikemaster #905679
RGB
CMYK
RGB Variations
Color information
#905679 (or 0x905679) is known color: Strikemaster. HEX triplet: 90, 56 and 79. RGB value is (144,86,121). Sum of RGB (Red+Green+Blue) = 144+86+121=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905679 is #6FA986. Grayscale: #6B6B6B. Windows color (decimal): -7317895 or 7952016. OLE color: 7952016.
HSL color Cylindrical-coordinate representation of color #905679: hue angle of 323.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905679 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 121 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.44 |
| HSL | 323.79º | 0.25% | 0.45% | - |
| HSV(B) | 323.79º | 0.4% | 0.56% | - |
| XYZ | 18.28 | 13.97 | 19.82 | - |
| YUV | 107.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 121 | 0 | 0.40 | 0.16 | 0.44 | 323.79 | 0.25 | 0.45 |
| Hex | 90 | 56 | 79 | 0 | 28 | 10 | 2C | 144 | 19 | 2D |
| Octal | 220 | 126 | 171 | 0 | 50 | 20 | 54 | 504 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1111001 | 0 | 101000 | 10000 | 101100 | 101000100 | 11001 | 101101 |
Color Harmonies of #905679
Complementary color
Monochromatic Colors of #905679
Black with #905679
Text Example
Text Example
White with #905679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905679; }
p { color: rgb(144,86,121); }
H1.HeaderClassName
{
color: #905679;
}
.AnyTagClassName
{
color: #905679;
}
</style>
background-color css
<style>
a { background-color: #905679; }
a { background-color: rgb(144,86,121); }
div.DivClassName
{
background-color: #905679;
}
.BgClassName
{
background-color: #905679;
}
</style>
border-color css
<style>
span { border-color: #905679; }
span { border-color: rgb(144,86,121); }
td.TdClassName
{
border-color: #905679;
}
.TagClassName
{
border-color: #905679;
}
</style>