Shades of Strikemaster #955F7B
Tints of Strikemaster #955F7B
RGB
CMYK
RGB Variations
Color information
#955F7B (or 0x955F7B) is known color: Strikemaster. HEX triplet: 95, 5F and 7B. RGB value is (149,95,123). Sum of RGB (Red+Green+Blue) = 149+95+123=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F7B is #6AA084. Grayscale: #727272. Windows color (decimal): -6987909 or 8085397. OLE color: 8085397.
HSL color Cylindrical-coordinate representation of color #955F7B: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F7B is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 123 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.42 |
| HSL | 328.89º | 0.22% | 0.48% | - |
| HSV(B) | 328.89º | 0.36% | 0.58% | - |
| XYZ | 20.06 | 16 | 20.77 | - |
| YUV | 114.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 123 | 0 | 0.36 | 0.17 | 0.42 | 328.89 | 0.22 | 0.48 |
| Hex | 95 | 5F | 7B | 0 | 24 | 11 | 2A | 149 | 16 | 30 |
| Octal | 225 | 137 | 173 | 0 | 44 | 21 | 52 | 511 | 26 | 60 |
| Binary | 10010101 | 1011111 | 1111011 | 0 | 100100 | 10001 | 101010 | 101001001 | 10110 | 110000 |
Color Harmonies of #955F7B
Complementary color
Monochromatic Colors of #955F7B
Black with #955F7B
Text Example
Text Example
White with #955F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F7B; }
p { color: rgb(149,95,123); }
H1.HeaderClassName
{
color: #955F7B;
}
.AnyTagClassName
{
color: #955F7B;
}
</style>
background-color css
<style>
a { background-color: #955F7B; }
a { background-color: rgb(149,95,123); }
div.DivClassName
{
background-color: #955F7B;
}
.BgClassName
{
background-color: #955F7B;
}
</style>
border-color css
<style>
span { border-color: #955F7B; }
span { border-color: rgb(149,95,123); }
td.TdClassName
{
border-color: #955F7B;
}
.TagClassName
{
border-color: #955F7B;
}
</style>