Shades of Strikemaster #90597B
Tints of Strikemaster #90597B
RGB
CMYK
RGB Variations
Color information
#90597B (or 0x90597B) is known color: Strikemaster. HEX triplet: 90, 59 and 7B. RGB value is (144,89,123). Sum of RGB (Red+Green+Blue) = 144+89+123=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90597B is #6FA684. Grayscale: #6D6D6D. Windows color (decimal): -7317125 or 8083856. OLE color: 8083856.
HSL color Cylindrical-coordinate representation of color #90597B: hue angle of 322.91º 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 #90597B is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 123 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.44 |
| HSL | 322.91º | 0.24% | 0.46% | - |
| HSV(B) | 322.91º | 0.38% | 0.56% | - |
| XYZ | 18.65 | 14.5 | 20.56 | - |
| YUV | 109.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 123 | 0 | 0.38 | 0.15 | 0.44 | 322.91 | 0.24 | 0.46 |
| Hex | 90 | 59 | 7B | 0 | 26 | F | 2C | 143 | 18 | 2E |
| Octal | 220 | 131 | 173 | 0 | 46 | 17 | 54 | 503 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1111011 | 0 | 100110 | 1111 | 101100 | 101000011 | 11000 | 101110 |
Color Harmonies of #90597B
Complementary color
Monochromatic Colors of #90597B
Black with #90597B
Text Example
Text Example
White with #90597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90597B; }
p { color: rgb(144,89,123); }
H1.HeaderClassName
{
color: #90597B;
}
.AnyTagClassName
{
color: #90597B;
}
</style>
background-color css
<style>
a { background-color: #90597B; }
a { background-color: rgb(144,89,123); }
div.DivClassName
{
background-color: #90597B;
}
.BgClassName
{
background-color: #90597B;
}
</style>
border-color css
<style>
span { border-color: #90597B; }
span { border-color: rgb(144,89,123); }
td.TdClassName
{
border-color: #90597B;
}
.TagClassName
{
border-color: #90597B;
}
</style>