Shades of Strikemaster #90647B
Tints of Strikemaster #90647B
RGB
CMYK
RGB Variations
Color information
#90647B (or 0x90647B) is known color: Strikemaster. HEX triplet: 90, 64 and 7B. RGB value is (144,100,123). Sum of RGB (Red+Green+Blue) = 144+100+123=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90647B is #6F9B84. Grayscale: #737373. Windows color (decimal): -7314309 or 8086672. OLE color: 8086672.
HSL color Cylindrical-coordinate representation of color #90647B: hue angle of 328.64º 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 #90647B is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 123 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.44 |
| HSL | 328.64º | 0.18% | 0.48% | - |
| HSV(B) | 328.64º | 0.31% | 0.56% | - |
| XYZ | 19.63 | 16.47 | 20.88 | - |
| YUV | 115.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 123 | 0 | 0.31 | 0.15 | 0.44 | 328.64 | 0.18 | 0.48 |
| Hex | 90 | 64 | 7B | 0 | 1F | F | 2C | 149 | 12 | 30 |
| Octal | 220 | 144 | 173 | 0 | 37 | 17 | 54 | 511 | 22 | 60 |
| Binary | 10010000 | 1100100 | 1111011 | 0 | 11111 | 1111 | 101100 | 101001001 | 10010 | 110000 |
Color Harmonies of #90647B
Complementary color
Monochromatic Colors of #90647B
Black with #90647B
Text Example
Text Example
White with #90647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90647B; }
p { color: rgb(144,100,123); }
H1.HeaderClassName
{
color: #90647B;
}
.AnyTagClassName
{
color: #90647B;
}
</style>
background-color css
<style>
a { background-color: #90647B; }
a { background-color: rgb(144,100,123); }
div.DivClassName
{
background-color: #90647B;
}
.BgClassName
{
background-color: #90647B;
}
</style>
border-color css
<style>
span { border-color: #90647B; }
span { border-color: rgb(144,100,123); }
td.TdClassName
{
border-color: #90647B;
}
.TagClassName
{
border-color: #90647B;
}
</style>