Shades of Strikemaster #965A78
Tints of Strikemaster #965A78
RGB
CMYK
RGB Variations
Color information
#965A78 (or 0x965A78) is known color: Strikemaster. HEX triplet: 96, 5A and 78. RGB value is (150,90,120). Sum of RGB (Red+Green+Blue) = 150+90+120=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #965A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A78 is #69A587. Grayscale: #6F6F6F. Windows color (decimal): -6923656 or 7887510. OLE color: 7887510.
HSL color Cylindrical-coordinate representation of color #965A78: hue angle of 330º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A78 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 120 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.41 |
| HSL | 330º | 0.25% | 0.47% | - |
| HSV(B) | 330º | 0.4% | 0.59% | - |
| XYZ | 19.62 | 15.15 | 19.66 | - |
| YUV | 111.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 120 | 0 | 0.4 | 0.20 | 0.41 | 330 | 0.25 | 0.47 |
| Hex | 96 | 5A | 78 | 0 | 28 | 14 | 29 | 14A | 19 | 2F |
| Octal | 226 | 132 | 170 | 0 | 50 | 24 | 51 | 512 | 31 | 57 |
| Binary | 10010110 | 1011010 | 1111000 | 0 | 101000 | 10100 | 101001 | 101001010 | 11001 | 101111 |
Color Harmonies of #965A78
Complementary color
Monochromatic Colors of #965A78
Black with #965A78
Text Example
Text Example
White with #965A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A78; }
p { color: rgb(150,90,120); }
H1.HeaderClassName
{
color: #965A78;
}
.AnyTagClassName
{
color: #965A78;
}
</style>
background-color css
<style>
a { background-color: #965A78; }
a { background-color: rgb(150,90,120); }
div.DivClassName
{
background-color: #965A78;
}
.BgClassName
{
background-color: #965A78;
}
</style>
border-color css
<style>
span { border-color: #965A78; }
span { border-color: rgb(150,90,120); }
td.TdClassName
{
border-color: #965A78;
}
.TagClassName
{
border-color: #965A78;
}
</style>