Shades of Strikemaster #90547C
Tints of Strikemaster #90547C
RGB
CMYK
RGB Variations
Color information
#90547C (or 0x90547C) is known color: Strikemaster. HEX triplet: 90, 54 and 7C. RGB value is (144,84,124). Sum of RGB (Red+Green+Blue) = 144+84+124=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90547C is #6FAB83. Grayscale: #6A6A6A. Windows color (decimal): -7318404 or 8148112. OLE color: 8148112.
HSL color Cylindrical-coordinate representation of color #90547C: hue angle of 320º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90547C is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 124 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.44 |
| HSL | 320º | 0.26% | 0.45% | - |
| HSV(B) | 320º | 0.42% | 0.56% | - |
| XYZ | 18.31 | 13.73 | 20.75 | - |
| YUV | 106.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 124 | 0 | 0.42 | 0.14 | 0.44 | 320 | 0.26 | 0.45 |
| Hex | 90 | 54 | 7C | 0 | 2A | E | 2C | 140 | 1A | 2D |
| Octal | 220 | 124 | 174 | 0 | 52 | 16 | 54 | 500 | 32 | 55 |
| Binary | 10010000 | 1010100 | 1111100 | 0 | 101010 | 1110 | 101100 | 101000000 | 11010 | 101101 |
Color Harmonies of #90547C
Complementary color
Monochromatic Colors of #90547C
Black with #90547C
Text Example
Text Example
White with #90547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90547C; }
p { color: rgb(144,84,124); }
H1.HeaderClassName
{
color: #90547C;
}
.AnyTagClassName
{
color: #90547C;
}
</style>
background-color css
<style>
a { background-color: #90547C; }
a { background-color: rgb(144,84,124); }
div.DivClassName
{
background-color: #90547C;
}
.BgClassName
{
background-color: #90547C;
}
</style>
border-color css
<style>
span { border-color: #90547C; }
span { border-color: rgb(144,84,124); }
td.TdClassName
{
border-color: #90547C;
}
.TagClassName
{
border-color: #90547C;
}
</style>