Shades of Strikemaster #964B83
Tints of Strikemaster #964B83
RGB
CMYK
RGB Variations
Color information
#964B83 (or 0x964B83) is known color: Strikemaster. HEX triplet: 96, 4B and 83. RGB value is (150,75,131). Sum of RGB (Red+Green+Blue) = 150+75+131=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #964B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B83 is #69B47C. Grayscale: #676767. Windows color (decimal): -6927485 or 8604566. OLE color: 8604566.
HSL color Cylindrical-coordinate representation of color #964B83: hue angle of 315.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B83 is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 131 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.41 |
| HSL | 315.2º | 0.33% | 0.44% | - |
| HSV(B) | 315.2º | 0.5% | 0.59% | - |
| XYZ | 19.19 | 13.15 | 23 | - |
| YUV | 103.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 131 | 0 | 0.5 | 0.13 | 0.41 | 315.2 | 0.33 | 0.44 |
| Hex | 96 | 4B | 83 | 0 | 32 | D | 29 | 13B | 21 | 2C |
| Octal | 226 | 113 | 203 | 0 | 62 | 15 | 51 | 473 | 41 | 54 |
| Binary | 10010110 | 1001011 | 10000011 | 0 | 110010 | 1101 | 101001 | 100111011 | 100001 | 101100 |
Color Harmonies of #964B83
Complementary color
Monochromatic Colors of #964B83
Black with #964B83
Text Example
Text Example
White with #964B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B83; }
p { color: rgb(150,75,131); }
H1.HeaderClassName
{
color: #964B83;
}
.AnyTagClassName
{
color: #964B83;
}
</style>
background-color css
<style>
a { background-color: #964B83; }
a { background-color: rgb(150,75,131); }
div.DivClassName
{
background-color: #964B83;
}
.BgClassName
{
background-color: #964B83;
}
</style>
border-color css
<style>
span { border-color: #964B83; }
span { border-color: rgb(150,75,131); }
td.TdClassName
{
border-color: #964B83;
}
.TagClassName
{
border-color: #964B83;
}
</style>