Shades of Strikemaster #905981
Tints of Strikemaster #905981
RGB
CMYK
RGB Variations
Color information
#905981 (or 0x905981) is known color: Strikemaster. HEX triplet: 90, 59 and 81. RGB value is (144,89,129). Sum of RGB (Red+Green+Blue) = 144+89+129=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #905981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905981 is #6FA67E. Grayscale: #6D6D6D. Windows color (decimal): -7317119 or 8477072. OLE color: 8477072.
HSL color Cylindrical-coordinate representation of color #905981: hue angle of 316.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 #905981 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 129 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.44 |
| HSL | 316.36º | 0.24% | 0.46% | - |
| HSV(B) | 316.36º | 0.38% | 0.56% | - |
| XYZ | 19.04 | 14.66 | 22.6 | - |
| YUV | 110.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 129 | 0 | 0.38 | 0.10 | 0.44 | 316.36 | 0.24 | 0.46 |
| Hex | 90 | 59 | 81 | 0 | 26 | A | 2C | 13C | 18 | 2E |
| Octal | 220 | 131 | 201 | 0 | 46 | 12 | 54 | 474 | 30 | 56 |
| Binary | 10010000 | 1011001 | 10000001 | 0 | 100110 | 1010 | 101100 | 100111100 | 11000 | 101110 |
Color Harmonies of #905981
Complementary color
Monochromatic Colors of #905981
Black with #905981
Text Example
Text Example
White with #905981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905981; }
p { color: rgb(144,89,129); }
H1.HeaderClassName
{
color: #905981;
}
.AnyTagClassName
{
color: #905981;
}
</style>
background-color css
<style>
a { background-color: #905981; }
a { background-color: rgb(144,89,129); }
div.DivClassName
{
background-color: #905981;
}
.BgClassName
{
background-color: #905981;
}
</style>
border-color css
<style>
span { border-color: #905981; }
span { border-color: rgb(144,89,129); }
td.TdClassName
{
border-color: #905981;
}
.TagClassName
{
border-color: #905981;
}
</style>