Shades of Strikemaster #906C84
Tints of Strikemaster #906C84
RGB
CMYK
RGB Variations
Color information
#906C84 (or 0x906C84) is known color: Strikemaster. HEX triplet: 90, 6C and 84. RGB value is (144,108,132). Sum of RGB (Red+Green+Blue) = 144+108+132=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #906C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C84 is #6F937B. Grayscale: #797979. Windows color (decimal): -7312252 or 8678544. OLE color: 8678544.
HSL color Cylindrical-coordinate representation of color #906C84: hue angle of 320º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C84 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 132 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.44 |
| HSL | 320º | 0.14% | 0.49% | - |
| HSV(B) | 320º | 0.25% | 0.56% | - |
| XYZ | 21.03 | 18.32 | 24.26 | - |
| YUV | 121.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 132 | 0 | 0.25 | 0.08 | 0.44 | 320 | 0.14 | 0.49 |
| Hex | 90 | 6C | 84 | 0 | 19 | 8 | 2C | 140 | E | 31 |
| Octal | 220 | 154 | 204 | 0 | 31 | 10 | 54 | 500 | 16 | 61 |
| Binary | 10010000 | 1101100 | 10000100 | 0 | 11001 | 1000 | 101100 | 101000000 | 1110 | 110001 |
Color Harmonies of #906C84
Complementary color
Monochromatic Colors of #906C84
Black with #906C84
Text Example
Text Example
White with #906C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C84; }
p { color: rgb(144,108,132); }
H1.HeaderClassName
{
color: #906C84;
}
.AnyTagClassName
{
color: #906C84;
}
</style>
background-color css
<style>
a { background-color: #906C84; }
a { background-color: rgb(144,108,132); }
div.DivClassName
{
background-color: #906C84;
}
.BgClassName
{
background-color: #906C84;
}
</style>
border-color css
<style>
span { border-color: #906C84; }
span { border-color: rgb(144,108,132); }
td.TdClassName
{
border-color: #906C84;
}
.TagClassName
{
border-color: #906C84;
}
</style>