Shades of Strikemaster #955E7E
Tints of Strikemaster #955E7E
RGB
CMYK
RGB Variations
Color information
#955E7E (or 0x955E7E) is known color: Strikemaster. HEX triplet: 95, 5E and 7E. RGB value is (149,94,126). Sum of RGB (Red+Green+Blue) = 149+94+126=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E7E is #6AA181. Grayscale: #727272. Windows color (decimal): -6988162 or 8281749. OLE color: 8281749.
HSL color Cylindrical-coordinate representation of color #955E7E: hue angle of 325.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E7E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 126 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.42 |
| HSL | 325.09º | 0.23% | 0.48% | - |
| HSV(B) | 325.09º | 0.37% | 0.58% | - |
| XYZ | 20.16 | 15.9 | 21.75 | - |
| YUV | 114.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 126 | 0 | 0.37 | 0.15 | 0.42 | 325.09 | 0.23 | 0.48 |
| Hex | 95 | 5E | 7E | 0 | 25 | F | 2A | 145 | 17 | 30 |
| Octal | 225 | 136 | 176 | 0 | 45 | 17 | 52 | 505 | 27 | 60 |
| Binary | 10010101 | 1011110 | 1111110 | 0 | 100101 | 1111 | 101010 | 101000101 | 10111 | 110000 |
Color Harmonies of #955E7E
Complementary color
Monochromatic Colors of #955E7E
Black with #955E7E
Text Example
Text Example
White with #955E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E7E; }
p { color: rgb(149,94,126); }
H1.HeaderClassName
{
color: #955E7E;
}
.AnyTagClassName
{
color: #955E7E;
}
</style>
background-color css
<style>
a { background-color: #955E7E; }
a { background-color: rgb(149,94,126); }
div.DivClassName
{
background-color: #955E7E;
}
.BgClassName
{
background-color: #955E7E;
}
</style>
border-color css
<style>
span { border-color: #955E7E; }
span { border-color: rgb(149,94,126); }
td.TdClassName
{
border-color: #955E7E;
}
.TagClassName
{
border-color: #955E7E;
}
</style>