Shades of Strikemaster #905B84
Tints of Strikemaster #905B84
RGB
CMYK
RGB Variations
Color information
#905B84 (or 0x905B84) is known color: Strikemaster. HEX triplet: 90, 5B and 84. RGB value is (144,91,132). Sum of RGB (Red+Green+Blue) = 144+91+132=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #905B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905B84 is #6FA47B. Grayscale: #6F6F6F. Windows color (decimal): -7316604 or 8674192. OLE color: 8674192.
HSL color Cylindrical-coordinate representation of color #905B84: hue angle of 313.58º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B84 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 132 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.44 |
| HSL | 313.58º | 0.23% | 0.46% | - |
| HSV(B) | 313.58º | 0.37% | 0.56% | - |
| XYZ | 19.41 | 15.08 | 23.72 | - |
| YUV | 111.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 132 | 0 | 0.37 | 0.08 | 0.44 | 313.58 | 0.23 | 0.46 |
| Hex | 90 | 5B | 84 | 0 | 25 | 8 | 2C | 13A | 17 | 2E |
| Octal | 220 | 133 | 204 | 0 | 45 | 10 | 54 | 472 | 27 | 56 |
| Binary | 10010000 | 1011011 | 10000100 | 0 | 100101 | 1000 | 101100 | 100111010 | 10111 | 101110 |
Color Harmonies of #905B84
Complementary color
Monochromatic Colors of #905B84
Black with #905B84
Text Example
Text Example
White with #905B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B84; }
p { color: rgb(144,91,132); }
H1.HeaderClassName
{
color: #905B84;
}
.AnyTagClassName
{
color: #905B84;
}
</style>
background-color css
<style>
a { background-color: #905B84; }
a { background-color: rgb(144,91,132); }
div.DivClassName
{
background-color: #905B84;
}
.BgClassName
{
background-color: #905B84;
}
</style>
border-color css
<style>
span { border-color: #905B84; }
span { border-color: rgb(144,91,132); }
td.TdClassName
{
border-color: #905B84;
}
.TagClassName
{
border-color: #905B84;
}
</style>