Shades of Strikemaster #96507B
Tints of Strikemaster #96507B
RGB
CMYK
RGB Variations
Color information
#96507B (or 0x96507B) is known color: Strikemaster. HEX triplet: 96, 50 and 7B. RGB value is (150,80,123). Sum of RGB (Red+Green+Blue) = 150+80+123=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96507B is #69AF84. Grayscale: #696969. Windows color (decimal): -6926213 or 8081558. OLE color: 8081558.
HSL color Cylindrical-coordinate representation of color #96507B: hue angle of 323.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96507B is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 123 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.41 |
| HSL | 323.14º | 0.3% | 0.45% | - |
| HSV(B) | 323.14º | 0.47% | 0.59% | - |
| XYZ | 19.02 | 13.65 | 20.37 | - |
| YUV | 105.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 123 | 0 | 0.47 | 0.18 | 0.41 | 323.14 | 0.3 | 0.45 |
| Hex | 96 | 50 | 7B | 0 | 2F | 12 | 29 | 143 | 1E | 2D |
| Octal | 226 | 120 | 173 | 0 | 57 | 22 | 51 | 503 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1111011 | 0 | 101111 | 10010 | 101001 | 101000011 | 11110 | 101101 |
Color Harmonies of #96507B
Complementary color
Monochromatic Colors of #96507B
Black with #96507B
Text Example
Text Example
White with #96507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96507B; }
p { color: rgb(150,80,123); }
H1.HeaderClassName
{
color: #96507B;
}
.AnyTagClassName
{
color: #96507B;
}
</style>
background-color css
<style>
a { background-color: #96507B; }
a { background-color: rgb(150,80,123); }
div.DivClassName
{
background-color: #96507B;
}
.BgClassName
{
background-color: #96507B;
}
</style>
border-color css
<style>
span { border-color: #96507B; }
span { border-color: rgb(150,80,123); }
td.TdClassName
{
border-color: #96507B;
}
.TagClassName
{
border-color: #96507B;
}
</style>