Shades of Strikemaster #90547A
Tints of Strikemaster #90547A
RGB
CMYK
RGB Variations
Color information
#90547A (or 0x90547A) is known color: Strikemaster. HEX triplet: 90, 54 and 7A. RGB value is (144,84,122). Sum of RGB (Red+Green+Blue) = 144+84+122=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90547A is #6FAB85. Grayscale: #6A6A6A. Windows color (decimal): -7318406 or 8017040. OLE color: 8017040.
HSL color Cylindrical-coordinate representation of color #90547A: hue angle of 322º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90547A is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 122 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.44 |
| HSL | 322º | 0.26% | 0.45% | - |
| HSV(B) | 322º | 0.42% | 0.56% | - |
| XYZ | 18.18 | 13.68 | 20.09 | - |
| YUV | 106.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 122 | 0 | 0.42 | 0.15 | 0.44 | 322 | 0.26 | 0.45 |
| Hex | 90 | 54 | 7A | 0 | 2A | F | 2C | 142 | 1A | 2D |
| Octal | 220 | 124 | 172 | 0 | 52 | 17 | 54 | 502 | 32 | 55 |
| Binary | 10010000 | 1010100 | 1111010 | 0 | 101010 | 1111 | 101100 | 101000010 | 11010 | 101101 |
Color Harmonies of #90547A
Complementary color
Monochromatic Colors of #90547A
Black with #90547A
Text Example
Text Example
White with #90547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90547A; }
p { color: rgb(144,84,122); }
H1.HeaderClassName
{
color: #90547A;
}
.AnyTagClassName
{
color: #90547A;
}
</style>
background-color css
<style>
a { background-color: #90547A; }
a { background-color: rgb(144,84,122); }
div.DivClassName
{
background-color: #90547A;
}
.BgClassName
{
background-color: #90547A;
}
</style>
border-color css
<style>
span { border-color: #90547A; }
span { border-color: rgb(144,84,122); }
td.TdClassName
{
border-color: #90547A;
}
.TagClassName
{
border-color: #90547A;
}
</style>