Shades of Strikemaster #90647F
Tints of Strikemaster #90647F
RGB
CMYK
RGB Variations
Color information
#90647F (or 0x90647F) is known color: Strikemaster. HEX triplet: 90, 64 and 7F. RGB value is (144,100,127). Sum of RGB (Red+Green+Blue) = 144+100+127=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90647F is #6F9B80. Grayscale: #747474. Windows color (decimal): -7314305 or 8348816. OLE color: 8348816.
HSL color Cylindrical-coordinate representation of color #90647F: hue angle of 323.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90647F is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 127 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.44 |
| HSL | 323.18º | 0.18% | 0.48% | - |
| HSV(B) | 323.18º | 0.31% | 0.56% | - |
| XYZ | 19.89 | 16.58 | 22.23 | - |
| YUV | 116.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 127 | 0 | 0.31 | 0.12 | 0.44 | 323.18 | 0.18 | 0.48 |
| Hex | 90 | 64 | 7F | 0 | 1F | C | 2C | 143 | 12 | 30 |
| Octal | 220 | 144 | 177 | 0 | 37 | 14 | 54 | 503 | 22 | 60 |
| Binary | 10010000 | 1100100 | 1111111 | 0 | 11111 | 1100 | 101100 | 101000011 | 10010 | 110000 |
Color Harmonies of #90647F
Complementary color
Monochromatic Colors of #90647F
Black with #90647F
Text Example
Text Example
White with #90647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90647F; }
p { color: rgb(144,100,127); }
H1.HeaderClassName
{
color: #90647F;
}
.AnyTagClassName
{
color: #90647F;
}
</style>
background-color css
<style>
a { background-color: #90647F; }
a { background-color: rgb(144,100,127); }
div.DivClassName
{
background-color: #90647F;
}
.BgClassName
{
background-color: #90647F;
}
</style>
border-color css
<style>
span { border-color: #90647F; }
span { border-color: rgb(144,100,127); }
td.TdClassName
{
border-color: #90647F;
}
.TagClassName
{
border-color: #90647F;
}
</style>