Shades of Strikemaster #90557F
Tints of Strikemaster #90557F
RGB
CMYK
RGB Variations
Color information
#90557F (or 0x90557F) is known color: Strikemaster. HEX triplet: 90, 55 and 7F. RGB value is (144,85,127). Sum of RGB (Red+Green+Blue) = 144+85+127=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557F is #6FAA80. Grayscale: #6B6B6B. Windows color (decimal): -7318145 or 8344976. OLE color: 8344976.
HSL color Cylindrical-coordinate representation of color #90557F: hue angle of 317.29º 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 #90557F is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 127 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.44 |
| HSL | 317.29º | 0.26% | 0.45% | - |
| HSV(B) | 317.29º | 0.41% | 0.56% | - |
| XYZ | 18.58 | 13.96 | 21.79 | - |
| YUV | 107.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 127 | 0 | 0.41 | 0.12 | 0.44 | 317.29 | 0.26 | 0.45 |
| Hex | 90 | 55 | 7F | 0 | 29 | C | 2C | 13D | 1A | 2D |
| Octal | 220 | 125 | 177 | 0 | 51 | 14 | 54 | 475 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1111111 | 0 | 101001 | 1100 | 101100 | 100111101 | 11010 | 101101 |
Color Harmonies of #90557F
Complementary color
Monochromatic Colors of #90557F
Black with #90557F
Text Example
Text Example
White with #90557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90557F; }
p { color: rgb(144,85,127); }
H1.HeaderClassName
{
color: #90557F;
}
.AnyTagClassName
{
color: #90557F;
}
</style>
background-color css
<style>
a { background-color: #90557F; }
a { background-color: rgb(144,85,127); }
div.DivClassName
{
background-color: #90557F;
}
.BgClassName
{
background-color: #90557F;
}
</style>
border-color css
<style>
span { border-color: #90557F; }
span { border-color: rgb(144,85,127); }
td.TdClassName
{
border-color: #90557F;
}
.TagClassName
{
border-color: #90557F;
}
</style>