Shades of Strikemaster #90607C
Tints of Strikemaster #90607C
RGB
CMYK
RGB Variations
Color information
#90607C (or 0x90607C) is known color: Strikemaster. HEX triplet: 90, 60 and 7C. RGB value is (144,96,124). Sum of RGB (Red+Green+Blue) = 144+96+124=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #90607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90607C is #6F9F83. Grayscale: #717171. Windows color (decimal): -7315332 or 8151184. OLE color: 8151184.
HSL color Cylindrical-coordinate representation of color #90607C: hue angle of 325º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90607C is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 124 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.44 |
| HSL | 325º | 0.2% | 0.47% | - |
| HSV(B) | 325º | 0.33% | 0.56% | - |
| XYZ | 19.32 | 15.75 | 21.09 | - |
| YUV | 113.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 124 | 0 | 0.33 | 0.14 | 0.44 | 325 | 0.2 | 0.47 |
| Hex | 90 | 60 | 7C | 0 | 21 | E | 2C | 145 | 14 | 2F |
| Octal | 220 | 140 | 174 | 0 | 41 | 16 | 54 | 505 | 24 | 57 |
| Binary | 10010000 | 1100000 | 1111100 | 0 | 100001 | 1110 | 101100 | 101000101 | 10100 | 101111 |
Color Harmonies of #90607C
Complementary color
Monochromatic Colors of #90607C
Black with #90607C
Text Example
Text Example
White with #90607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90607C; }
p { color: rgb(144,96,124); }
H1.HeaderClassName
{
color: #90607C;
}
.AnyTagClassName
{
color: #90607C;
}
</style>
background-color css
<style>
a { background-color: #90607C; }
a { background-color: rgb(144,96,124); }
div.DivClassName
{
background-color: #90607C;
}
.BgClassName
{
background-color: #90607C;
}
</style>
border-color css
<style>
span { border-color: #90607C; }
span { border-color: rgb(144,96,124); }
td.TdClassName
{
border-color: #90607C;
}
.TagClassName
{
border-color: #90607C;
}
</style>