Shades of Strikemaster #90587B
Tints of Strikemaster #90587B
RGB
CMYK
RGB Variations
Color information
#90587B (or 0x90587B) is known color: Strikemaster. HEX triplet: 90, 58 and 7B. RGB value is (144,88,123). Sum of RGB (Red+Green+Blue) = 144+88+123=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90587B is #6FA784. Grayscale: #6C6C6C. Windows color (decimal): -7317381 or 8083600. OLE color: 8083600.
HSL color Cylindrical-coordinate representation of color #90587B: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90587B is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 123 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.44 |
| HSL | 322.5º | 0.24% | 0.45% | - |
| HSV(B) | 322.5º | 0.39% | 0.56% | - |
| XYZ | 18.57 | 14.34 | 20.53 | - |
| YUV | 108.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 123 | 0 | 0.39 | 0.15 | 0.44 | 322.5 | 0.24 | 0.45 |
| Hex | 90 | 58 | 7B | 0 | 27 | F | 2C | 142 | 18 | 2D |
| Octal | 220 | 130 | 173 | 0 | 47 | 17 | 54 | 502 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1111011 | 0 | 100111 | 1111 | 101100 | 101000010 | 11000 | 101101 |
Color Harmonies of #90587B
Complementary color
Monochromatic Colors of #90587B
Black with #90587B
Text Example
Text Example
White with #90587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90587B; }
p { color: rgb(144,88,123); }
H1.HeaderClassName
{
color: #90587B;
}
.AnyTagClassName
{
color: #90587B;
}
</style>
background-color css
<style>
a { background-color: #90587B; }
a { background-color: rgb(144,88,123); }
div.DivClassName
{
background-color: #90587B;
}
.BgClassName
{
background-color: #90587B;
}
</style>
border-color css
<style>
span { border-color: #90587B; }
span { border-color: rgb(144,88,123); }
td.TdClassName
{
border-color: #90587B;
}
.TagClassName
{
border-color: #90587B;
}
</style>