Shades of Strikemaster #90617C
Tints of Strikemaster #90617C
RGB
CMYK
RGB Variations
Color information
#90617C (or 0x90617C) is known color: Strikemaster. HEX triplet: 90, 61 and 7C. RGB value is (144,97,124). Sum of RGB (Red+Green+Blue) = 144+97+124=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90617C is #6F9E83. Grayscale: #727272. Windows color (decimal): -7315076 or 8151440. OLE color: 8151440.
HSL color Cylindrical-coordinate representation of color #90617C: hue angle of 325.53º 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 #90617C is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 124 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.44 |
| HSL | 325.53º | 0.2% | 0.47% | - |
| HSV(B) | 325.53º | 0.33% | 0.56% | - |
| XYZ | 19.41 | 15.93 | 21.12 | - |
| YUV | 114.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 124 | 0 | 0.33 | 0.14 | 0.44 | 325.53 | 0.2 | 0.47 |
| Hex | 90 | 61 | 7C | 0 | 21 | E | 2C | 146 | 14 | 2F |
| Octal | 220 | 141 | 174 | 0 | 41 | 16 | 54 | 506 | 24 | 57 |
| Binary | 10010000 | 1100001 | 1111100 | 0 | 100001 | 1110 | 101100 | 101000110 | 10100 | 101111 |
Color Harmonies of #90617C
Complementary color
Monochromatic Colors of #90617C
Black with #90617C
Text Example
Text Example
White with #90617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90617C; }
p { color: rgb(144,97,124); }
H1.HeaderClassName
{
color: #90617C;
}
.AnyTagClassName
{
color: #90617C;
}
</style>
background-color css
<style>
a { background-color: #90617C; }
a { background-color: rgb(144,97,124); }
div.DivClassName
{
background-color: #90617C;
}
.BgClassName
{
background-color: #90617C;
}
</style>
border-color css
<style>
span { border-color: #90617C; }
span { border-color: rgb(144,97,124); }
td.TdClassName
{
border-color: #90617C;
}
.TagClassName
{
border-color: #90617C;
}
</style>