Shades of Strikemaster #905778
Tints of Strikemaster #905778
RGB
CMYK
RGB Variations
Color information
#905778 (or 0x905778) is known color: Strikemaster. HEX triplet: 90, 57 and 78. RGB value is (144,87,120). Sum of RGB (Red+Green+Blue) = 144+87+120=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905778 is #6FA887. Grayscale: #6B6B6B. Windows color (decimal): -7317640 or 7886736. OLE color: 7886736.
HSL color Cylindrical-coordinate representation of color #905778: hue angle of 325.26º 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 #905778 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 120 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.44 |
| HSL | 325.26º | 0.25% | 0.45% | - |
| HSV(B) | 325.26º | 0.4% | 0.56% | - |
| XYZ | 18.3 | 14.1 | 19.53 | - |
| YUV | 107.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 120 | 0 | 0.40 | 0.17 | 0.44 | 325.26 | 0.25 | 0.45 |
| Hex | 90 | 57 | 78 | 0 | 28 | 11 | 2C | 145 | 19 | 2D |
| Octal | 220 | 127 | 170 | 0 | 50 | 21 | 54 | 505 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1111000 | 0 | 101000 | 10001 | 101100 | 101000101 | 11001 | 101101 |
Color Harmonies of #905778
Complementary color
Monochromatic Colors of #905778
Black with #905778
Text Example
Text Example
White with #905778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905778; }
p { color: rgb(144,87,120); }
H1.HeaderClassName
{
color: #905778;
}
.AnyTagClassName
{
color: #905778;
}
</style>
background-color css
<style>
a { background-color: #905778; }
a { background-color: rgb(144,87,120); }
div.DivClassName
{
background-color: #905778;
}
.BgClassName
{
background-color: #905778;
}
</style>
border-color css
<style>
span { border-color: #905778; }
span { border-color: rgb(144,87,120); }
td.TdClassName
{
border-color: #905778;
}
.TagClassName
{
border-color: #905778;
}
</style>