Shades of Strikemaster #906683
Tints of Strikemaster #906683
RGB
CMYK
RGB Variations
Color information
#906683 (or 0x906683) is known color: Strikemaster. HEX triplet: 90, 66 and 83. RGB value is (144,102,131). Sum of RGB (Red+Green+Blue) = 144+102+131=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906683 is #6F997C. Grayscale: #757575. Windows color (decimal): -7313789 or 8611472. OLE color: 8611472.
HSL color Cylindrical-coordinate representation of color #906683: hue angle of 318.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906683 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 131 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.44 |
| HSL | 318.57º | 0.17% | 0.48% | - |
| HSV(B) | 318.57º | 0.29% | 0.56% | - |
| XYZ | 20.35 | 17.07 | 23.7 | - |
| YUV | 117.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 131 | 0 | 0.29 | 0.09 | 0.44 | 318.57 | 0.17 | 0.48 |
| Hex | 90 | 66 | 83 | 0 | 1D | 9 | 2C | 13F | 11 | 30 |
| Octal | 220 | 146 | 203 | 0 | 35 | 11 | 54 | 477 | 21 | 60 |
| Binary | 10010000 | 1100110 | 10000011 | 0 | 11101 | 1001 | 101100 | 100111111 | 10001 | 110000 |
Color Harmonies of #906683
Complementary color
Monochromatic Colors of #906683
Black with #906683
Text Example
Text Example
White with #906683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906683; }
p { color: rgb(144,102,131); }
H1.HeaderClassName
{
color: #906683;
}
.AnyTagClassName
{
color: #906683;
}
</style>
background-color css
<style>
a { background-color: #906683; }
a { background-color: rgb(144,102,131); }
div.DivClassName
{
background-color: #906683;
}
.BgClassName
{
background-color: #906683;
}
</style>
border-color css
<style>
span { border-color: #906683; }
span { border-color: rgb(144,102,131); }
td.TdClassName
{
border-color: #906683;
}
.TagClassName
{
border-color: #906683;
}
</style>