Shades of Strikemaster #906085
Tints of Strikemaster #906085
RGB
CMYK
RGB Variations
Color information
#906085 (or 0x906085) is known color: Strikemaster. HEX triplet: 90, 60 and 85. RGB value is (144,96,133). Sum of RGB (Red+Green+Blue) = 144+96+133=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #906085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906085 is #6F9F7A. Grayscale: #727272. Windows color (decimal): -7315323 or 8741008. OLE color: 8741008.
HSL color Cylindrical-coordinate representation of color #906085: hue angle of 313.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906085 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 133 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.44 |
| HSL | 313.75º | 0.2% | 0.47% | - |
| HSV(B) | 313.75º | 0.33% | 0.56% | - |
| XYZ | 19.92 | 15.99 | 24.23 | - |
| YUV | 114.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 133 | 0 | 0.33 | 0.08 | 0.44 | 313.75 | 0.2 | 0.47 |
| Hex | 90 | 60 | 85 | 0 | 21 | 8 | 2C | 13A | 14 | 2F |
| Octal | 220 | 140 | 205 | 0 | 41 | 10 | 54 | 472 | 24 | 57 |
| Binary | 10010000 | 1100000 | 10000101 | 0 | 100001 | 1000 | 101100 | 100111010 | 10100 | 101111 |
Color Harmonies of #906085
Complementary color
Monochromatic Colors of #906085
Black with #906085
Text Example
Text Example
White with #906085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906085; }
p { color: rgb(144,96,133); }
H1.HeaderClassName
{
color: #906085;
}
.AnyTagClassName
{
color: #906085;
}
</style>
background-color css
<style>
a { background-color: #906085; }
a { background-color: rgb(144,96,133); }
div.DivClassName
{
background-color: #906085;
}
.BgClassName
{
background-color: #906085;
}
</style>
border-color css
<style>
span { border-color: #906085; }
span { border-color: rgb(144,96,133); }
td.TdClassName
{
border-color: #906085;
}
.TagClassName
{
border-color: #906085;
}
</style>