Shades of Strikemaster #906885
Tints of Strikemaster #906885
RGB
CMYK
RGB Variations
Color information
#906885 (or 0x906885) is known color: Strikemaster. HEX triplet: 90, 68 and 85. RGB value is (144,104,133). Sum of RGB (Red+Green+Blue) = 144+104+133=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #906885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906885 is #6F977A. Grayscale: #777777. Windows color (decimal): -7313275 or 8743056. OLE color: 8743056.
HSL color Cylindrical-coordinate representation of color #906885: hue angle of 316.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906885 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 133 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.44 |
| HSL | 316.5º | 0.16% | 0.49% | - |
| HSV(B) | 316.5º | 0.28% | 0.56% | - |
| XYZ | 20.69 | 17.52 | 24.48 | - |
| YUV | 119.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 133 | 0 | 0.28 | 0.08 | 0.44 | 316.5 | 0.16 | 0.49 |
| Hex | 90 | 68 | 85 | 0 | 1C | 8 | 2C | 13C | 10 | 31 |
| Octal | 220 | 150 | 205 | 0 | 34 | 10 | 54 | 474 | 20 | 61 |
| Binary | 10010000 | 1101000 | 10000101 | 0 | 11100 | 1000 | 101100 | 100111100 | 10000 | 110001 |
Color Harmonies of #906885
Complementary color
Monochromatic Colors of #906885
Black with #906885
Text Example
Text Example
White with #906885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906885; }
p { color: rgb(144,104,133); }
H1.HeaderClassName
{
color: #906885;
}
.AnyTagClassName
{
color: #906885;
}
</style>
background-color css
<style>
a { background-color: #906885; }
a { background-color: rgb(144,104,133); }
div.DivClassName
{
background-color: #906885;
}
.BgClassName
{
background-color: #906885;
}
</style>
border-color css
<style>
span { border-color: #906885; }
span { border-color: rgb(144,104,133); }
td.TdClassName
{
border-color: #906885;
}
.TagClassName
{
border-color: #906885;
}
</style>