Shades of Strikemaster #906283
Tints of Strikemaster #906283
RGB
CMYK
RGB Variations
Color information
#906283 (or 0x906283) is known color: Strikemaster. HEX triplet: 90, 62 and 83. RGB value is (144,98,131). Sum of RGB (Red+Green+Blue) = 144+98+131=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #906283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906283 is #6F9D7C. Grayscale: #737373. Windows color (decimal): -7314813 or 8610448. OLE color: 8610448.
HSL color Cylindrical-coordinate representation of color #906283: hue angle of 316.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906283 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 131 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.44 |
| HSL | 316.96º | 0.19% | 0.47% | - |
| HSV(B) | 316.96º | 0.32% | 0.56% | - |
| XYZ | 19.97 | 16.3 | 23.57 | - |
| YUV | 115.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 131 | 0 | 0.32 | 0.09 | 0.44 | 316.96 | 0.19 | 0.47 |
| Hex | 90 | 62 | 83 | 0 | 20 | 9 | 2C | 13D | 13 | 2F |
| Octal | 220 | 142 | 203 | 0 | 40 | 11 | 54 | 475 | 23 | 57 |
| Binary | 10010000 | 1100010 | 10000011 | 0 | 100000 | 1001 | 101100 | 100111101 | 10011 | 101111 |
Color Harmonies of #906283
Complementary color
Monochromatic Colors of #906283
Black with #906283
Text Example
Text Example
White with #906283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906283; }
p { color: rgb(144,98,131); }
H1.HeaderClassName
{
color: #906283;
}
.AnyTagClassName
{
color: #906283;
}
</style>
background-color css
<style>
a { background-color: #906283; }
a { background-color: rgb(144,98,131); }
div.DivClassName
{
background-color: #906283;
}
.BgClassName
{
background-color: #906283;
}
</style>
border-color css
<style>
span { border-color: #906283; }
span { border-color: rgb(144,98,131); }
td.TdClassName
{
border-color: #906283;
}
.TagClassName
{
border-color: #906283;
}
</style>