Shades of Strikemaster #905F84
Tints of Strikemaster #905F84
RGB
CMYK
RGB Variations
Color information
#905F84 (or 0x905F84) is known color: Strikemaster. HEX triplet: 90, 5F and 84. RGB value is (144,95,132). Sum of RGB (Red+Green+Blue) = 144+95+132=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #905F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905F84 is #6FA07B. Grayscale: #717171. Windows color (decimal): -7315580 or 8675216. OLE color: 8675216.
HSL color Cylindrical-coordinate representation of color #905F84: hue angle of 314.69º 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 #905F84 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 132 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.44 |
| HSL | 314.69º | 0.21% | 0.47% | - |
| HSV(B) | 314.69º | 0.34% | 0.56% | - |
| XYZ | 19.76 | 15.78 | 23.83 | - |
| YUV | 113.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 132 | 0 | 0.34 | 0.08 | 0.44 | 314.69 | 0.21 | 0.47 |
| Hex | 90 | 5F | 84 | 0 | 22 | 8 | 2C | 13B | 15 | 2F |
| Octal | 220 | 137 | 204 | 0 | 42 | 10 | 54 | 473 | 25 | 57 |
| Binary | 10010000 | 1011111 | 10000100 | 0 | 100010 | 1000 | 101100 | 100111011 | 10101 | 101111 |
Color Harmonies of #905F84
Complementary color
Monochromatic Colors of #905F84
Black with #905F84
Text Example
Text Example
White with #905F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F84; }
p { color: rgb(144,95,132); }
H1.HeaderClassName
{
color: #905F84;
}
.AnyTagClassName
{
color: #905F84;
}
</style>
background-color css
<style>
a { background-color: #905F84; }
a { background-color: rgb(144,95,132); }
div.DivClassName
{
background-color: #905F84;
}
.BgClassName
{
background-color: #905F84;
}
</style>
border-color css
<style>
span { border-color: #905F84; }
span { border-color: rgb(144,95,132); }
td.TdClassName
{
border-color: #905F84;
}
.TagClassName
{
border-color: #905F84;
}
</style>