Shades of Strikemaster #906383
Tints of Strikemaster #906383
RGB
CMYK
RGB Variations
Color information
#906383 (or 0x906383) is known color: Strikemaster. HEX triplet: 90, 63 and 83. RGB value is (144,99,131). Sum of RGB (Red+Green+Blue) = 144+99+131=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #906383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906383 is #6F9C7C. Grayscale: #747474. Windows color (decimal): -7314557 or 8610704. OLE color: 8610704.
HSL color Cylindrical-coordinate representation of color #906383: hue angle of 317.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906383 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 131 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.44 |
| HSL | 317.33º | 0.19% | 0.48% | - |
| HSV(B) | 317.33º | 0.31% | 0.56% | - |
| XYZ | 20.06 | 16.49 | 23.6 | - |
| YUV | 116.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 131 | 0 | 0.31 | 0.09 | 0.44 | 317.33 | 0.19 | 0.48 |
| Hex | 90 | 63 | 83 | 0 | 1F | 9 | 2C | 13D | 13 | 30 |
| Octal | 220 | 143 | 203 | 0 | 37 | 11 | 54 | 475 | 23 | 60 |
| Binary | 10010000 | 1100011 | 10000011 | 0 | 11111 | 1001 | 101100 | 100111101 | 10011 | 110000 |
Color Harmonies of #906383
Complementary color
Monochromatic Colors of #906383
Black with #906383
Text Example
Text Example
White with #906383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906383; }
p { color: rgb(144,99,131); }
H1.HeaderClassName
{
color: #906383;
}
.AnyTagClassName
{
color: #906383;
}
</style>
background-color css
<style>
a { background-color: #906383; }
a { background-color: rgb(144,99,131); }
div.DivClassName
{
background-color: #906383;
}
.BgClassName
{
background-color: #906383;
}
</style>
border-color css
<style>
span { border-color: #906383; }
span { border-color: rgb(144,99,131); }
td.TdClassName
{
border-color: #906383;
}
.TagClassName
{
border-color: #906383;
}
</style>