Shades of Strikemaster #90527D
Tints of Strikemaster #90527D
RGB
CMYK
RGB Variations
Color information
#90527D (or 0x90527D) is known color: Strikemaster. HEX triplet: 90, 52 and 7D. RGB value is (144,82,125). Sum of RGB (Red+Green+Blue) = 144+82+125=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90527D is #6FAD82. Grayscale: #696969. Windows color (decimal): -7318915 or 8213136. OLE color: 8213136.
HSL color Cylindrical-coordinate representation of color #90527D: hue angle of 318.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90527D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 125 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.44 |
| HSL | 318.39º | 0.27% | 0.44% | - |
| HSV(B) | 318.39º | 0.43% | 0.56% | - |
| XYZ | 18.22 | 13.44 | 21.04 | - |
| YUV | 105.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 125 | 0 | 0.43 | 0.13 | 0.44 | 318.39 | 0.27 | 0.44 |
| Hex | 90 | 52 | 7D | 0 | 2B | D | 2C | 13E | 1B | 2C |
| Octal | 220 | 122 | 175 | 0 | 53 | 15 | 54 | 476 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1111101 | 0 | 101011 | 1101 | 101100 | 100111110 | 11011 | 101100 |
Color Harmonies of #90527D
Complementary color
Monochromatic Colors of #90527D
Black with #90527D
Text Example
Text Example
White with #90527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90527D; }
p { color: rgb(144,82,125); }
H1.HeaderClassName
{
color: #90527D;
}
.AnyTagClassName
{
color: #90527D;
}
</style>
background-color css
<style>
a { background-color: #90527D; }
a { background-color: rgb(144,82,125); }
div.DivClassName
{
background-color: #90527D;
}
.BgClassName
{
background-color: #90527D;
}
</style>
border-color css
<style>
span { border-color: #90527D; }
span { border-color: rgb(144,82,125); }
td.TdClassName
{
border-color: #90527D;
}
.TagClassName
{
border-color: #90527D;
}
</style>