Shades of Strikemaster #905781
Tints of Strikemaster #905781
RGB
CMYK
RGB Variations
Color information
#905781 (or 0x905781) is known color: Strikemaster. HEX triplet: 90, 57 and 81. RGB value is (144,87,129). Sum of RGB (Red+Green+Blue) = 144+87+129=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #905781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905781 is #6FA87E. Grayscale: #6C6C6C. Windows color (decimal): -7317631 or 8476560. OLE color: 8476560.
HSL color Cylindrical-coordinate representation of color #905781: hue angle of 315.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 #905781 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 129 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.44 |
| HSL | 315.79º | 0.25% | 0.45% | - |
| HSV(B) | 315.79º | 0.4% | 0.56% | - |
| XYZ | 18.87 | 14.33 | 22.54 | - |
| YUV | 108.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 129 | 0 | 0.40 | 0.10 | 0.44 | 315.79 | 0.25 | 0.45 |
| Hex | 90 | 57 | 81 | 0 | 28 | A | 2C | 13C | 19 | 2D |
| Octal | 220 | 127 | 201 | 0 | 50 | 12 | 54 | 474 | 31 | 55 |
| Binary | 10010000 | 1010111 | 10000001 | 0 | 101000 | 1010 | 101100 | 100111100 | 11001 | 101101 |
Color Harmonies of #905781
Complementary color
Monochromatic Colors of #905781
Black with #905781
Text Example
Text Example
White with #905781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905781; }
p { color: rgb(144,87,129); }
H1.HeaderClassName
{
color: #905781;
}
.AnyTagClassName
{
color: #905781;
}
</style>
background-color css
<style>
a { background-color: #905781; }
a { background-color: rgb(144,87,129); }
div.DivClassName
{
background-color: #905781;
}
.BgClassName
{
background-color: #905781;
}
</style>
border-color css
<style>
span { border-color: #905781; }
span { border-color: rgb(144,87,129); }
td.TdClassName
{
border-color: #905781;
}
.TagClassName
{
border-color: #905781;
}
</style>