Shades of Strikemaster #90557C
Tints of Strikemaster #90557C
RGB
CMYK
RGB Variations
Color information
#90557C (or 0x90557C) is known color: Strikemaster. HEX triplet: 90, 55 and 7C. RGB value is (144,85,124). Sum of RGB (Red+Green+Blue) = 144+85+124=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557C is #6FAA83. Grayscale: #6A6A6A. Windows color (decimal): -7318148 or 8148368. OLE color: 8148368.
HSL color Cylindrical-coordinate representation of color #90557C: hue angle of 320.34º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90557C is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 124 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.44 |
| HSL | 320.34º | 0.26% | 0.45% | - |
| HSV(B) | 320.34º | 0.41% | 0.56% | - |
| XYZ | 18.39 | 13.88 | 20.78 | - |
| YUV | 107.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 124 | 0 | 0.41 | 0.14 | 0.44 | 320.34 | 0.26 | 0.45 |
| Hex | 90 | 55 | 7C | 0 | 29 | E | 2C | 140 | 1A | 2D |
| Octal | 220 | 125 | 174 | 0 | 51 | 16 | 54 | 500 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1111100 | 0 | 101001 | 1110 | 101100 | 101000000 | 11010 | 101101 |
Color Harmonies of #90557C
Complementary color
Monochromatic Colors of #90557C
Black with #90557C
Text Example
Text Example
White with #90557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90557C; }
p { color: rgb(144,85,124); }
H1.HeaderClassName
{
color: #90557C;
}
.AnyTagClassName
{
color: #90557C;
}
</style>
background-color css
<style>
a { background-color: #90557C; }
a { background-color: rgb(144,85,124); }
div.DivClassName
{
background-color: #90557C;
}
.BgClassName
{
background-color: #90557C;
}
</style>
border-color css
<style>
span { border-color: #90557C; }
span { border-color: rgb(144,85,124); }
td.TdClassName
{
border-color: #90557C;
}
.TagClassName
{
border-color: #90557C;
}
</style>