Shades of Strikemaster #90527F
Tints of Strikemaster #90527F
RGB
CMYK
RGB Variations
Color information
#90527F (or 0x90527F) is known color: Strikemaster. HEX triplet: 90, 52 and 7F. RGB value is (144,82,127). Sum of RGB (Red+Green+Blue) = 144+82+127=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90527F is #6FAD80. Grayscale: #696969. Windows color (decimal): -7318913 or 8344208. OLE color: 8344208.
HSL color Cylindrical-coordinate representation of color #90527F: hue angle of 316.45º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90527F is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 127 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.44 |
| HSL | 316.45º | 0.27% | 0.44% | - |
| HSV(B) | 316.45º | 0.43% | 0.56% | - |
| XYZ | 18.35 | 13.5 | 21.72 | - |
| YUV | 105.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 127 | 0 | 0.43 | 0.12 | 0.44 | 316.45 | 0.27 | 0.44 |
| Hex | 90 | 52 | 7F | 0 | 2B | C | 2C | 13C | 1B | 2C |
| Octal | 220 | 122 | 177 | 0 | 53 | 14 | 54 | 474 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1111111 | 0 | 101011 | 1100 | 101100 | 100111100 | 11011 | 101100 |
Color Harmonies of #90527F
Complementary color
Monochromatic Colors of #90527F
Black with #90527F
Text Example
Text Example
White with #90527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90527F; }
p { color: rgb(144,82,127); }
H1.HeaderClassName
{
color: #90527F;
}
.AnyTagClassName
{
color: #90527F;
}
</style>
background-color css
<style>
a { background-color: #90527F; }
a { background-color: rgb(144,82,127); }
div.DivClassName
{
background-color: #90527F;
}
.BgClassName
{
background-color: #90527F;
}
</style>
border-color css
<style>
span { border-color: #90527F; }
span { border-color: rgb(144,82,127); }
td.TdClassName
{
border-color: #90527F;
}
.TagClassName
{
border-color: #90527F;
}
</style>