Shades of Strikemaster #995C7F
Tints of Strikemaster #995C7F
RGB
CMYK
RGB Variations
Color information
#995C7F (or 0x995C7F) is known color: Strikemaster. HEX triplet: 99, 5C and 7F. RGB value is (153,92,127). Sum of RGB (Red+Green+Blue) = 153+92+127=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C7F is #66A380. Grayscale: #727272. Windows color (decimal): -6726529 or 8346777. OLE color: 8346777.
HSL color Cylindrical-coordinate representation of color #995C7F: hue angle of 325.57º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C7F is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 127 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.4 |
| HSL | 325.57º | 0.25% | 0.48% | - |
| HSV(B) | 325.57º | 0.4% | 0.6% | - |
| XYZ | 20.79 | 15.96 | 22.06 | - |
| YUV | 114.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 127 | 0 | 0.40 | 0.17 | 0.4 | 325.57 | 0.25 | 0.48 |
| Hex | 99 | 5C | 7F | 0 | 28 | 11 | 28 | 146 | 19 | 30 |
| Octal | 231 | 134 | 177 | 0 | 50 | 21 | 50 | 506 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1111111 | 0 | 101000 | 10001 | 101000 | 101000110 | 11001 | 110000 |
Color Harmonies of #995C7F
Complementary color
Monochromatic Colors of #995C7F
Black with #995C7F
Text Example
Text Example
White with #995C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C7F; }
p { color: rgb(153,92,127); }
H1.HeaderClassName
{
color: #995C7F;
}
.AnyTagClassName
{
color: #995C7F;
}
</style>
background-color css
<style>
a { background-color: #995C7F; }
a { background-color: rgb(153,92,127); }
div.DivClassName
{
background-color: #995C7F;
}
.BgClassName
{
background-color: #995C7F;
}
</style>
border-color css
<style>
span { border-color: #995C7F; }
span { border-color: rgb(153,92,127); }
td.TdClassName
{
border-color: #995C7F;
}
.TagClassName
{
border-color: #995C7F;
}
</style>