Shades of Strikemaster #955D7D
Tints of Strikemaster #955D7D
RGB
CMYK
RGB Variations
Color information
#955D7D (or 0x955D7D) is known color: Strikemaster. HEX triplet: 95, 5D and 7D. RGB value is (149,93,125). Sum of RGB (Red+Green+Blue) = 149+93+125=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D7D is #6AA282. Grayscale: #717171. Windows color (decimal): -6988419 or 8215957. OLE color: 8215957.
HSL color Cylindrical-coordinate representation of color #955D7D: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D7D is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 125 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.42 |
| HSL | 325.71º | 0.23% | 0.47% | - |
| HSV(B) | 325.71º | 0.38% | 0.58% | - |
| XYZ | 20.01 | 15.7 | 21.38 | - |
| YUV | 113.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 125 | 0 | 0.38 | 0.16 | 0.42 | 325.71 | 0.23 | 0.47 |
| Hex | 95 | 5D | 7D | 0 | 26 | 10 | 2A | 146 | 17 | 2F |
| Octal | 225 | 135 | 175 | 0 | 46 | 20 | 52 | 506 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1111101 | 0 | 100110 | 10000 | 101010 | 101000110 | 10111 | 101111 |
Color Harmonies of #955D7D
Complementary color
Monochromatic Colors of #955D7D
Black with #955D7D
Text Example
Text Example
White with #955D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D7D; }
p { color: rgb(149,93,125); }
H1.HeaderClassName
{
color: #955D7D;
}
.AnyTagClassName
{
color: #955D7D;
}
</style>
background-color css
<style>
a { background-color: #955D7D; }
a { background-color: rgb(149,93,125); }
div.DivClassName
{
background-color: #955D7D;
}
.BgClassName
{
background-color: #955D7D;
}
</style>
border-color css
<style>
span { border-color: #955D7D; }
span { border-color: rgb(149,93,125); }
td.TdClassName
{
border-color: #955D7D;
}
.TagClassName
{
border-color: #955D7D;
}
</style>