Shades of Strikemaster #905878
Tints of Strikemaster #905878
RGB
CMYK
RGB Variations
Color information
#905878 (or 0x905878) is known color: Strikemaster. HEX triplet: 90, 58 and 78. RGB value is (144,88,120). Sum of RGB (Red+Green+Blue) = 144+88+120=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #905878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905878 is #6FA787. Grayscale: #6C6C6C. Windows color (decimal): -7317384 or 7886992. OLE color: 7886992.
HSL color Cylindrical-coordinate representation of color #905878: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905878 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 120 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.44 |
| HSL | 325.71º | 0.24% | 0.45% | - |
| HSV(B) | 325.71º | 0.39% | 0.56% | - |
| XYZ | 18.38 | 14.26 | 19.55 | - |
| YUV | 108.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 120 | 0 | 0.39 | 0.17 | 0.44 | 325.71 | 0.24 | 0.45 |
| Hex | 90 | 58 | 78 | 0 | 27 | 11 | 2C | 146 | 18 | 2D |
| Octal | 220 | 130 | 170 | 0 | 47 | 21 | 54 | 506 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1111000 | 0 | 100111 | 10001 | 101100 | 101000110 | 11000 | 101101 |
Color Harmonies of #905878
Complementary color
Monochromatic Colors of #905878
Black with #905878
Text Example
Text Example
White with #905878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905878; }
p { color: rgb(144,88,120); }
H1.HeaderClassName
{
color: #905878;
}
.AnyTagClassName
{
color: #905878;
}
</style>
background-color css
<style>
a { background-color: #905878; }
a { background-color: rgb(144,88,120); }
div.DivClassName
{
background-color: #905878;
}
.BgClassName
{
background-color: #905878;
}
</style>
border-color css
<style>
span { border-color: #905878; }
span { border-color: rgb(144,88,120); }
td.TdClassName
{
border-color: #905878;
}
.TagClassName
{
border-color: #905878;
}
</style>