Shades of Strikemaster #90577F
Tints of Strikemaster #90577F
RGB
CMYK
RGB Variations
Color information
#90577F (or 0x90577F) is known color: Strikemaster. HEX triplet: 90, 57 and 7F. RGB value is (144,87,127). Sum of RGB (Red+Green+Blue) = 144+87+127=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90577F is #6FA880. Grayscale: #6C6C6C. Windows color (decimal): -7317633 or 8345488. OLE color: 8345488.
HSL color Cylindrical-coordinate representation of color #90577F: hue angle of 317.89º 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 #90577F is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 127 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.44 |
| HSL | 317.89º | 0.25% | 0.45% | - |
| HSV(B) | 317.89º | 0.4% | 0.56% | - |
| XYZ | 18.74 | 14.28 | 21.85 | - |
| YUV | 108.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 127 | 0 | 0.40 | 0.12 | 0.44 | 317.89 | 0.25 | 0.45 |
| Hex | 90 | 57 | 7F | 0 | 28 | C | 2C | 13E | 19 | 2D |
| Octal | 220 | 127 | 177 | 0 | 50 | 14 | 54 | 476 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1111111 | 0 | 101000 | 1100 | 101100 | 100111110 | 11001 | 101101 |
Color Harmonies of #90577F
Complementary color
Monochromatic Colors of #90577F
Black with #90577F
Text Example
Text Example
White with #90577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90577F; }
p { color: rgb(144,87,127); }
H1.HeaderClassName
{
color: #90577F;
}
.AnyTagClassName
{
color: #90577F;
}
</style>
background-color css
<style>
a { background-color: #90577F; }
a { background-color: rgb(144,87,127); }
div.DivClassName
{
background-color: #90577F;
}
.BgClassName
{
background-color: #90577F;
}
</style>
border-color css
<style>
span { border-color: #90577F; }
span { border-color: rgb(144,87,127); }
td.TdClassName
{
border-color: #90577F;
}
.TagClassName
{
border-color: #90577F;
}
</style>