Shades of Strikemaster #905176
Tints of Strikemaster #905176
RGB
CMYK
RGB Variations
Color information
#905176 (or 0x905176) is known color: Strikemaster. HEX triplet: 90, 51 and 76. RGB value is (144,81,118). Sum of RGB (Red+Green+Blue) = 144+81+118=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #905176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905176 is #6FAE89. Grayscale: #676767. Windows color (decimal): -7319178 or 7754128. OLE color: 7754128.
HSL color Cylindrical-coordinate representation of color #905176: hue angle of 324.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905176 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 118 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.44 |
| HSL | 324.76º | 0.28% | 0.44% | - |
| HSV(B) | 324.76º | 0.44% | 0.56% | - |
| XYZ | 17.71 | 13.12 | 18.74 | - |
| YUV | 104.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 118 | 0 | 0.44 | 0.18 | 0.44 | 324.76 | 0.28 | 0.44 |
| Hex | 90 | 51 | 76 | 0 | 2C | 12 | 2C | 145 | 1C | 2C |
| Octal | 220 | 121 | 166 | 0 | 54 | 22 | 54 | 505 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1110110 | 0 | 101100 | 10010 | 101100 | 101000101 | 11100 | 101100 |
Color Harmonies of #905176
Complementary color
Monochromatic Colors of #905176
Black with #905176
Text Example
Text Example
White with #905176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905176; }
p { color: rgb(144,81,118); }
H1.HeaderClassName
{
color: #905176;
}
.AnyTagClassName
{
color: #905176;
}
</style>
background-color css
<style>
a { background-color: #905176; }
a { background-color: rgb(144,81,118); }
div.DivClassName
{
background-color: #905176;
}
.BgClassName
{
background-color: #905176;
}
</style>
border-color css
<style>
span { border-color: #905176; }
span { border-color: rgb(144,81,118); }
td.TdClassName
{
border-color: #905176;
}
.TagClassName
{
border-color: #905176;
}
</style>