Shades of Strikemaster #90517E
Tints of Strikemaster #90517E
RGB
CMYK
RGB Variations
Color information
#90517E (or 0x90517E) is known color: Strikemaster. HEX triplet: 90, 51 and 7E. RGB value is (144,81,126). Sum of RGB (Red+Green+Blue) = 144+81+126=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90517E is #6FAE81. Grayscale: #686868. Windows color (decimal): -7319170 or 8278416. OLE color: 8278416.
HSL color Cylindrical-coordinate representation of color #90517E: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90517E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 126 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.44 |
| HSL | 317.14º | 0.28% | 0.44% | - |
| HSV(B) | 317.14º | 0.44% | 0.56% | - |
| XYZ | 18.21 | 13.32 | 21.35 | - |
| YUV | 104.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 126 | 0 | 0.44 | 0.12 | 0.44 | 317.14 | 0.28 | 0.44 |
| Hex | 90 | 51 | 7E | 0 | 2C | C | 2C | 13D | 1C | 2C |
| Octal | 220 | 121 | 176 | 0 | 54 | 14 | 54 | 475 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1111110 | 0 | 101100 | 1100 | 101100 | 100111101 | 11100 | 101100 |
Color Harmonies of #90517E
Complementary color
Monochromatic Colors of #90517E
Black with #90517E
Text Example
Text Example
White with #90517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90517E; }
p { color: rgb(144,81,126); }
H1.HeaderClassName
{
color: #90517E;
}
.AnyTagClassName
{
color: #90517E;
}
</style>
background-color css
<style>
a { background-color: #90517E; }
a { background-color: rgb(144,81,126); }
div.DivClassName
{
background-color: #90517E;
}
.BgClassName
{
background-color: #90517E;
}
</style>
border-color css
<style>
span { border-color: #90517E; }
span { border-color: rgb(144,81,126); }
td.TdClassName
{
border-color: #90517E;
}
.TagClassName
{
border-color: #90517E;
}
</style>