Shades of Strikemaster #925A78
Tints of Strikemaster #925A78
RGB
CMYK
RGB Variations
Color information
#925A78 (or 0x925A78) is known color: Strikemaster. HEX triplet: 92, 5A and 78. RGB value is (146,90,120). Sum of RGB (Red+Green+Blue) = 146+90+120=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #925A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A78 is #6DA587. Grayscale: #6E6E6E. Windows color (decimal): -7185800 or 7887506. OLE color: 7887506.
HSL color Cylindrical-coordinate representation of color #925A78: hue angle of 327.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A78 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 120 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.43 |
| HSL | 327.86º | 0.24% | 0.46% | - |
| HSV(B) | 327.86º | 0.38% | 0.57% | - |
| XYZ | 18.9 | 14.78 | 19.63 | - |
| YUV | 110.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 120 | 0 | 0.38 | 0.18 | 0.43 | 327.86 | 0.24 | 0.46 |
| Hex | 92 | 5A | 78 | 0 | 26 | 12 | 2B | 148 | 18 | 2E |
| Octal | 222 | 132 | 170 | 0 | 46 | 22 | 53 | 510 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1111000 | 0 | 100110 | 10010 | 101011 | 101001000 | 11000 | 101110 |
Color Harmonies of #925A78
Complementary color
Monochromatic Colors of #925A78
Black with #925A78
Text Example
Text Example
White with #925A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A78; }
p { color: rgb(146,90,120); }
H1.HeaderClassName
{
color: #925A78;
}
.AnyTagClassName
{
color: #925A78;
}
</style>
background-color css
<style>
a { background-color: #925A78; }
a { background-color: rgb(146,90,120); }
div.DivClassName
{
background-color: #925A78;
}
.BgClassName
{
background-color: #925A78;
}
</style>
border-color css
<style>
span { border-color: #925A78; }
span { border-color: rgb(146,90,120); }
td.TdClassName
{
border-color: #925A78;
}
.TagClassName
{
border-color: #925A78;
}
</style>