Shades of Strikemaster #90567B
Tints of Strikemaster #90567B
RGB
CMYK
RGB Variations
Color information
#90567B (or 0x90567B) is known color: Strikemaster. HEX triplet: 90, 56 and 7B. RGB value is (144,86,123). Sum of RGB (Red+Green+Blue) = 144+86+123=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90567B is #6FA984. Grayscale: #6B6B6B. Windows color (decimal): -7317893 or 8083088. OLE color: 8083088.
HSL color Cylindrical-coordinate representation of color #90567B: hue angle of 321.72º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90567B is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 123 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.44 |
| HSL | 321.72º | 0.25% | 0.45% | - |
| HSV(B) | 321.72º | 0.4% | 0.56% | - |
| XYZ | 18.4 | 14.01 | 20.47 | - |
| YUV | 107.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 123 | 0 | 0.40 | 0.15 | 0.44 | 321.72 | 0.25 | 0.45 |
| Hex | 90 | 56 | 7B | 0 | 28 | F | 2C | 142 | 19 | 2D |
| Octal | 220 | 126 | 173 | 0 | 50 | 17 | 54 | 502 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1111011 | 0 | 101000 | 1111 | 101100 | 101000010 | 11001 | 101101 |
Color Harmonies of #90567B
Complementary color
Monochromatic Colors of #90567B
Black with #90567B
Text Example
Text Example
White with #90567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90567B; }
p { color: rgb(144,86,123); }
H1.HeaderClassName
{
color: #90567B;
}
.AnyTagClassName
{
color: #90567B;
}
</style>
background-color css
<style>
a { background-color: #90567B; }
a { background-color: rgb(144,86,123); }
div.DivClassName
{
background-color: #90567B;
}
.BgClassName
{
background-color: #90567B;
}
</style>
border-color css
<style>
span { border-color: #90567B; }
span { border-color: rgb(144,86,123); }
td.TdClassName
{
border-color: #90567B;
}
.TagClassName
{
border-color: #90567B;
}
</style>