Shades of Strikemaster #905C78
Tints of Strikemaster #905C78
RGB
CMYK
RGB Variations
Color information
#905C78 (or 0x905C78) is known color: Strikemaster. HEX triplet: 90, 5C and 78. RGB value is (144,92,120). Sum of RGB (Red+Green+Blue) = 144+92+120=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #905C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C78 is #6FA387. Grayscale: #6E6E6E. Windows color (decimal): -7316360 or 7888016. OLE color: 7888016.
HSL color Cylindrical-coordinate representation of color #905C78: hue angle of 327.69º 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 #905C78 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 120 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.44 |
| HSL | 327.69º | 0.22% | 0.46% | - |
| HSV(B) | 327.69º | 0.36% | 0.56% | - |
| XYZ | 18.72 | 14.94 | 19.67 | - |
| YUV | 110.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 120 | 0 | 0.36 | 0.17 | 0.44 | 327.69 | 0.22 | 0.46 |
| Hex | 90 | 5C | 78 | 0 | 24 | 11 | 2C | 148 | 16 | 2E |
| Octal | 220 | 134 | 170 | 0 | 44 | 21 | 54 | 510 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1111000 | 0 | 100100 | 10001 | 101100 | 101001000 | 10110 | 101110 |
Color Harmonies of #905C78
Complementary color
Monochromatic Colors of #905C78
Black with #905C78
Text Example
Text Example
White with #905C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C78; }
p { color: rgb(144,92,120); }
H1.HeaderClassName
{
color: #905C78;
}
.AnyTagClassName
{
color: #905C78;
}
</style>
background-color css
<style>
a { background-color: #905C78; }
a { background-color: rgb(144,92,120); }
div.DivClassName
{
background-color: #905C78;
}
.BgClassName
{
background-color: #905C78;
}
</style>
border-color css
<style>
span { border-color: #905C78; }
span { border-color: rgb(144,92,120); }
td.TdClassName
{
border-color: #905C78;
}
.TagClassName
{
border-color: #905C78;
}
</style>