Shades of Strikemaster #90557D
Tints of Strikemaster #90557D
RGB
CMYK
RGB Variations
Color information
#90557D (or 0x90557D) is known color: Strikemaster. HEX triplet: 90, 55 and 7D. RGB value is (144,85,125). Sum of RGB (Red+Green+Blue) = 144+85+125=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557D is #6FAA82. Grayscale: #6B6B6B. Windows color (decimal): -7318147 or 8213904. OLE color: 8213904.
HSL color Cylindrical-coordinate representation of color #90557D: hue angle of 319.32º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90557D is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 125 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.44 |
| HSL | 319.32º | 0.26% | 0.45% | - |
| HSV(B) | 319.32º | 0.41% | 0.56% | - |
| XYZ | 18.45 | 13.91 | 21.11 | - |
| YUV | 107.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 125 | 0 | 0.41 | 0.13 | 0.44 | 319.32 | 0.26 | 0.45 |
| Hex | 90 | 55 | 7D | 0 | 29 | D | 2C | 13F | 1A | 2D |
| Octal | 220 | 125 | 175 | 0 | 51 | 15 | 54 | 477 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1111101 | 0 | 101001 | 1101 | 101100 | 100111111 | 11010 | 101101 |
Color Harmonies of #90557D
Complementary color
Monochromatic Colors of #90557D
Black with #90557D
Text Example
Text Example
White with #90557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90557D; }
p { color: rgb(144,85,125); }
H1.HeaderClassName
{
color: #90557D;
}
.AnyTagClassName
{
color: #90557D;
}
</style>
background-color css
<style>
a { background-color: #90557D; }
a { background-color: rgb(144,85,125); }
div.DivClassName
{
background-color: #90557D;
}
.BgClassName
{
background-color: #90557D;
}
</style>
border-color css
<style>
span { border-color: #90557D; }
span { border-color: rgb(144,85,125); }
td.TdClassName
{
border-color: #90557D;
}
.TagClassName
{
border-color: #90557D;
}
</style>