Shades of Strikemaster #96507D
Tints of Strikemaster #96507D
RGB
CMYK
RGB Variations
Color information
#96507D (or 0x96507D) is known color: Strikemaster. HEX triplet: 96, 50 and 7D. RGB value is (150,80,125). Sum of RGB (Red+Green+Blue) = 150+80+125=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96507D is #69AF82. Grayscale: #696969. Windows color (decimal): -6926211 or 8212630. OLE color: 8212630.
HSL color Cylindrical-coordinate representation of color #96507D: hue angle of 321.43º 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 #96507D is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 125 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.41 |
| HSL | 321.43º | 0.3% | 0.45% | - |
| HSV(B) | 321.43º | 0.47% | 0.59% | - |
| XYZ | 19.15 | 13.7 | 21.04 | - |
| YUV | 106.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 125 | 0 | 0.47 | 0.17 | 0.41 | 321.43 | 0.3 | 0.45 |
| Hex | 96 | 50 | 7D | 0 | 2F | 11 | 29 | 141 | 1E | 2D |
| Octal | 226 | 120 | 175 | 0 | 57 | 21 | 51 | 501 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1111101 | 0 | 101111 | 10001 | 101001 | 101000001 | 11110 | 101101 |
Color Harmonies of #96507D
Complementary color
Monochromatic Colors of #96507D
Black with #96507D
Text Example
Text Example
White with #96507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96507D; }
p { color: rgb(150,80,125); }
H1.HeaderClassName
{
color: #96507D;
}
.AnyTagClassName
{
color: #96507D;
}
</style>
background-color css
<style>
a { background-color: #96507D; }
a { background-color: rgb(150,80,125); }
div.DivClassName
{
background-color: #96507D;
}
.BgClassName
{
background-color: #96507D;
}
</style>
border-color css
<style>
span { border-color: #96507D; }
span { border-color: rgb(150,80,125); }
td.TdClassName
{
border-color: #96507D;
}
.TagClassName
{
border-color: #96507D;
}
</style>