Shades of Strikemaster #905B78
Tints of Strikemaster #905B78
RGB
CMYK
RGB Variations
Color information
#905B78 (or 0x905B78) is known color: Strikemaster. HEX triplet: 90, 5B and 78. RGB value is (144,91,120). Sum of RGB (Red+Green+Blue) = 144+91+120=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #905B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B78 is #6FA487. Grayscale: #6E6E6E. Windows color (decimal): -7316616 or 7887760. OLE color: 7887760.
HSL color Cylindrical-coordinate representation of color #905B78: hue angle of 327.17º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B78 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 120 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.44 |
| HSL | 327.17º | 0.23% | 0.46% | - |
| HSV(B) | 327.17º | 0.37% | 0.56% | - |
| XYZ | 18.63 | 14.77 | 19.64 | - |
| YUV | 110.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 120 | 0 | 0.37 | 0.17 | 0.44 | 327.17 | 0.23 | 0.46 |
| Hex | 90 | 5B | 78 | 0 | 25 | 11 | 2C | 147 | 17 | 2E |
| Octal | 220 | 133 | 170 | 0 | 45 | 21 | 54 | 507 | 27 | 56 |
| Binary | 10010000 | 1011011 | 1111000 | 0 | 100101 | 10001 | 101100 | 101000111 | 10111 | 101110 |
Color Harmonies of #905B78
Complementary color
Monochromatic Colors of #905B78
Black with #905B78
Text Example
Text Example
White with #905B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B78; }
p { color: rgb(144,91,120); }
H1.HeaderClassName
{
color: #905B78;
}
.AnyTagClassName
{
color: #905B78;
}
</style>
background-color css
<style>
a { background-color: #905B78; }
a { background-color: rgb(144,91,120); }
div.DivClassName
{
background-color: #905B78;
}
.BgClassName
{
background-color: #905B78;
}
</style>
border-color css
<style>
span { border-color: #905B78; }
span { border-color: rgb(144,91,120); }
td.TdClassName
{
border-color: #905B78;
}
.TagClassName
{
border-color: #905B78;
}
</style>