Shades of Strikemaster #965984
Tints of Strikemaster #965984
RGB
CMYK
RGB Variations
Color information
#965984 (or 0x965984) is known color: Strikemaster. HEX triplet: 96, 59 and 84. RGB value is (150,89,132). Sum of RGB (Red+Green+Blue) = 150+89+132=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965984 is #69A67B. Grayscale: #707070. Windows color (decimal): -6923900 or 8673686. OLE color: 8673686.
HSL color Cylindrical-coordinate representation of color #965984: hue angle of 317.7º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965984 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 132 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.41 |
| HSL | 317.7º | 0.26% | 0.47% | - |
| HSV(B) | 317.7º | 0.41% | 0.59% | - |
| XYZ | 20.31 | 15.29 | 23.71 | - |
| YUV | 112.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 132 | 0 | 0.41 | 0.12 | 0.41 | 317.7 | 0.26 | 0.47 |
| Hex | 96 | 59 | 84 | 0 | 29 | C | 29 | 13E | 1A | 2F |
| Octal | 226 | 131 | 204 | 0 | 51 | 14 | 51 | 476 | 32 | 57 |
| Binary | 10010110 | 1011001 | 10000100 | 0 | 101001 | 1100 | 101001 | 100111110 | 11010 | 101111 |
Color Harmonies of #965984
Complementary color
Monochromatic Colors of #965984
Black with #965984
Text Example
Text Example
White with #965984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965984; }
p { color: rgb(150,89,132); }
H1.HeaderClassName
{
color: #965984;
}
.AnyTagClassName
{
color: #965984;
}
</style>
background-color css
<style>
a { background-color: #965984; }
a { background-color: rgb(150,89,132); }
div.DivClassName
{
background-color: #965984;
}
.BgClassName
{
background-color: #965984;
}
</style>
border-color css
<style>
span { border-color: #965984; }
span { border-color: rgb(150,89,132); }
td.TdClassName
{
border-color: #965984;
}
.TagClassName
{
border-color: #965984;
}
</style>