Shades of Strikemaster #90567C
Tints of Strikemaster #90567C
RGB
CMYK
RGB Variations
Color information
#90567C (or 0x90567C) is known color: Strikemaster. HEX triplet: 90, 56 and 7C. RGB value is (144,86,124). Sum of RGB (Red+Green+Blue) = 144+86+124=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90567C is #6FA983. Grayscale: #6B6B6B. Windows color (decimal): -7317892 or 8148624. OLE color: 8148624.
HSL color Cylindrical-coordinate representation of color #90567C: hue angle of 320.69º 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 #90567C is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 124 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.44 |
| HSL | 320.69º | 0.25% | 0.45% | - |
| HSV(B) | 320.69º | 0.4% | 0.56% | - |
| XYZ | 18.47 | 14.04 | 20.81 | - |
| YUV | 107.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 124 | 0 | 0.40 | 0.14 | 0.44 | 320.69 | 0.25 | 0.45 |
| Hex | 90 | 56 | 7C | 0 | 28 | E | 2C | 141 | 19 | 2D |
| Octal | 220 | 126 | 174 | 0 | 50 | 16 | 54 | 501 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1111100 | 0 | 101000 | 1110 | 101100 | 101000001 | 11001 | 101101 |
Color Harmonies of #90567C
Complementary color
Monochromatic Colors of #90567C
Black with #90567C
Text Example
Text Example
White with #90567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90567C; }
p { color: rgb(144,86,124); }
H1.HeaderClassName
{
color: #90567C;
}
.AnyTagClassName
{
color: #90567C;
}
</style>
background-color css
<style>
a { background-color: #90567C; }
a { background-color: rgb(144,86,124); }
div.DivClassName
{
background-color: #90567C;
}
.BgClassName
{
background-color: #90567C;
}
</style>
border-color css
<style>
span { border-color: #90567C; }
span { border-color: rgb(144,86,124); }
td.TdClassName
{
border-color: #90567C;
}
.TagClassName
{
border-color: #90567C;
}
</style>