Shades of Strikemaster #90597E
Tints of Strikemaster #90597E
RGB
CMYK
RGB Variations
Color information
#90597E (or 0x90597E) is known color: Strikemaster. HEX triplet: 90, 59 and 7E. RGB value is (144,89,126). Sum of RGB (Red+Green+Blue) = 144+89+126=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90597E is #6FA681. Grayscale: #6D6D6D. Windows color (decimal): -7317122 or 8280464. OLE color: 8280464.
HSL color Cylindrical-coordinate representation of color #90597E: hue angle of 319.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90597E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 126 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.44 |
| HSL | 319.64º | 0.24% | 0.46% | - |
| HSV(B) | 319.64º | 0.38% | 0.56% | - |
| XYZ | 18.84 | 14.58 | 21.56 | - |
| YUV | 109.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 126 | 0 | 0.38 | 0.12 | 0.44 | 319.64 | 0.24 | 0.46 |
| Hex | 90 | 59 | 7E | 0 | 26 | C | 2C | 140 | 18 | 2E |
| Octal | 220 | 131 | 176 | 0 | 46 | 14 | 54 | 500 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1111110 | 0 | 100110 | 1100 | 101100 | 101000000 | 11000 | 101110 |
Color Harmonies of #90597E
Complementary color
Monochromatic Colors of #90597E
Black with #90597E
Text Example
Text Example
White with #90597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90597E; }
p { color: rgb(144,89,126); }
H1.HeaderClassName
{
color: #90597E;
}
.AnyTagClassName
{
color: #90597E;
}
</style>
background-color css
<style>
a { background-color: #90597E; }
a { background-color: rgb(144,89,126); }
div.DivClassName
{
background-color: #90597E;
}
.BgClassName
{
background-color: #90597E;
}
</style>
border-color css
<style>
span { border-color: #90597E; }
span { border-color: rgb(144,89,126); }
td.TdClassName
{
border-color: #90597E;
}
.TagClassName
{
border-color: #90597E;
}
</style>