Shades of Strikemaster #905C84
Tints of Strikemaster #905C84
RGB
CMYK
RGB Variations
Color information
#905C84 (or 0x905C84) is known color: Strikemaster. HEX triplet: 90, 5C and 84. RGB value is (144,92,132). Sum of RGB (Red+Green+Blue) = 144+92+132=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #905C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905C84 is #6FA37B. Grayscale: #6F6F6F. Windows color (decimal): -7316348 or 8674448. OLE color: 8674448.
HSL color Cylindrical-coordinate representation of color #905C84: hue angle of 313.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C84 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 132 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.44 |
| HSL | 313.85º | 0.22% | 0.46% | - |
| HSV(B) | 313.85º | 0.36% | 0.56% | - |
| XYZ | 19.49 | 15.25 | 23.75 | - |
| YUV | 112.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 132 | 0 | 0.36 | 0.08 | 0.44 | 313.85 | 0.22 | 0.46 |
| Hex | 90 | 5C | 84 | 0 | 24 | 8 | 2C | 13A | 16 | 2E |
| Octal | 220 | 134 | 204 | 0 | 44 | 10 | 54 | 472 | 26 | 56 |
| Binary | 10010000 | 1011100 | 10000100 | 0 | 100100 | 1000 | 101100 | 100111010 | 10110 | 101110 |
Color Harmonies of #905C84
Complementary color
Monochromatic Colors of #905C84
Black with #905C84
Text Example
Text Example
White with #905C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C84; }
p { color: rgb(144,92,132); }
H1.HeaderClassName
{
color: #905C84;
}
.AnyTagClassName
{
color: #905C84;
}
</style>
background-color css
<style>
a { background-color: #905C84; }
a { background-color: rgb(144,92,132); }
div.DivClassName
{
background-color: #905C84;
}
.BgClassName
{
background-color: #905C84;
}
</style>
border-color css
<style>
span { border-color: #905C84; }
span { border-color: rgb(144,92,132); }
td.TdClassName
{
border-color: #905C84;
}
.TagClassName
{
border-color: #905C84;
}
</style>