Shades of Strikemaster #90557B
Tints of Strikemaster #90557B
RGB
CMYK
RGB Variations
Color information
#90557B (or 0x90557B) is known color: Strikemaster. HEX triplet: 90, 55 and 7B. RGB value is (144,85,123). Sum of RGB (Red+Green+Blue) = 144+85+123=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557B is #6FAA84. Grayscale: #6A6A6A. Windows color (decimal): -7318149 or 8082832. OLE color: 8082832.
HSL color Cylindrical-coordinate representation of color #90557B: hue angle of 321.36º 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 #90557B is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 123 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.44 |
| HSL | 321.36º | 0.26% | 0.45% | - |
| HSV(B) | 321.36º | 0.41% | 0.56% | - |
| XYZ | 18.33 | 13.86 | 20.45 | - |
| YUV | 106.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 123 | 0 | 0.41 | 0.15 | 0.44 | 321.36 | 0.26 | 0.45 |
| Hex | 90 | 55 | 7B | 0 | 29 | F | 2C | 141 | 1A | 2D |
| Octal | 220 | 125 | 173 | 0 | 51 | 17 | 54 | 501 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1111011 | 0 | 101001 | 1111 | 101100 | 101000001 | 11010 | 101101 |
Color Harmonies of #90557B
Complementary color
Monochromatic Colors of #90557B
Black with #90557B
Text Example
Text Example
White with #90557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90557B; }
p { color: rgb(144,85,123); }
H1.HeaderClassName
{
color: #90557B;
}
.AnyTagClassName
{
color: #90557B;
}
</style>
background-color css
<style>
a { background-color: #90557B; }
a { background-color: rgb(144,85,123); }
div.DivClassName
{
background-color: #90557B;
}
.BgClassName
{
background-color: #90557B;
}
</style>
border-color css
<style>
span { border-color: #90557B; }
span { border-color: rgb(144,85,123); }
td.TdClassName
{
border-color: #90557B;
}
.TagClassName
{
border-color: #90557B;
}
</style>