Shades of Strikemaster #90507E
Tints of Strikemaster #90507E
RGB
CMYK
RGB Variations
Color information
#90507E (or 0x90507E) is known color: Strikemaster. HEX triplet: 90, 50 and 7E. RGB value is (144,80,126). Sum of RGB (Red+Green+Blue) = 144+80+126=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90507E is #6FAF81. Grayscale: #686868. Windows color (decimal): -7319426 or 8278160. OLE color: 8278160.
HSL color Cylindrical-coordinate representation of color #90507E: hue angle of 316.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90507E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 126 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.44 |
| HSL | 316.88º | 0.29% | 0.44% | - |
| HSV(B) | 316.88º | 0.44% | 0.56% | - |
| XYZ | 18.14 | 13.17 | 21.33 | - |
| YUV | 104.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 126 | 0 | 0.44 | 0.12 | 0.44 | 316.88 | 0.29 | 0.44 |
| Hex | 90 | 50 | 7E | 0 | 2C | C | 2C | 13D | 1D | 2C |
| Octal | 220 | 120 | 176 | 0 | 54 | 14 | 54 | 475 | 35 | 54 |
| Binary | 10010000 | 1010000 | 1111110 | 0 | 101100 | 1100 | 101100 | 100111101 | 11101 | 101100 |
Color Harmonies of #90507E
Complementary color
Monochromatic Colors of #90507E
Black with #90507E
Text Example
Text Example
White with #90507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90507E; }
p { color: rgb(144,80,126); }
H1.HeaderClassName
{
color: #90507E;
}
.AnyTagClassName
{
color: #90507E;
}
</style>
background-color css
<style>
a { background-color: #90507E; }
a { background-color: rgb(144,80,126); }
div.DivClassName
{
background-color: #90507E;
}
.BgClassName
{
background-color: #90507E;
}
</style>
border-color css
<style>
span { border-color: #90507E; }
span { border-color: rgb(144,80,126); }
td.TdClassName
{
border-color: #90507E;
}
.TagClassName
{
border-color: #90507E;
}
</style>