Shades of Strikemaster #905976
Tints of Strikemaster #905976
RGB
CMYK
RGB Variations
Color information
#905976 (or 0x905976) is known color: Strikemaster. HEX triplet: 90, 59 and 76. RGB value is (144,89,118). Sum of RGB (Red+Green+Blue) = 144+89+118=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905976 is #6FA689. Grayscale: #6C6C6C. Windows color (decimal): -7317130 or 7756176. OLE color: 7756176.
HSL color Cylindrical-coordinate representation of color #905976: hue angle of 328.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905976 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 118 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.44 |
| HSL | 328.36º | 0.24% | 0.46% | - |
| HSV(B) | 328.36º | 0.38% | 0.56% | - |
| XYZ | 18.34 | 14.38 | 18.95 | - |
| YUV | 108.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 118 | 0 | 0.38 | 0.18 | 0.44 | 328.36 | 0.24 | 0.46 |
| Hex | 90 | 59 | 76 | 0 | 26 | 12 | 2C | 148 | 18 | 2E |
| Octal | 220 | 131 | 166 | 0 | 46 | 22 | 54 | 510 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1110110 | 0 | 100110 | 10010 | 101100 | 101001000 | 11000 | 101110 |
Color Harmonies of #905976
Complementary color
Monochromatic Colors of #905976
Black with #905976
Text Example
Text Example
White with #905976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905976; }
p { color: rgb(144,89,118); }
H1.HeaderClassName
{
color: #905976;
}
.AnyTagClassName
{
color: #905976;
}
</style>
background-color css
<style>
a { background-color: #905976; }
a { background-color: rgb(144,89,118); }
div.DivClassName
{
background-color: #905976;
}
.BgClassName
{
background-color: #905976;
}
</style>
border-color css
<style>
span { border-color: #905976; }
span { border-color: rgb(144,89,118); }
td.TdClassName
{
border-color: #905976;
}
.TagClassName
{
border-color: #905976;
}
</style>