Shades of Strikemaster #995C7E
Tints of Strikemaster #995C7E
RGB
CMYK
RGB Variations
Color information
#995C7E (or 0x995C7E) is known color: Strikemaster. HEX triplet: 99, 5C and 7E. RGB value is (153,92,126). Sum of RGB (Red+Green+Blue) = 153+92+126=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C7E is #66A381. Grayscale: #727272. Windows color (decimal): -6726530 or 8281241. OLE color: 8281241.
HSL color Cylindrical-coordinate representation of color #995C7E: hue angle of 326.56º 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 #995C7E is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 126 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.4 |
| HSL | 326.56º | 0.25% | 0.48% | - |
| HSV(B) | 326.56º | 0.4% | 0.6% | - |
| XYZ | 20.73 | 15.93 | 21.72 | - |
| YUV | 114.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 126 | 0 | 0.40 | 0.18 | 0.4 | 326.56 | 0.25 | 0.48 |
| Hex | 99 | 5C | 7E | 0 | 28 | 12 | 28 | 147 | 19 | 30 |
| Octal | 231 | 134 | 176 | 0 | 50 | 22 | 50 | 507 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1111110 | 0 | 101000 | 10010 | 101000 | 101000111 | 11001 | 110000 |
Color Harmonies of #995C7E
Complementary color
Monochromatic Colors of #995C7E
Black with #995C7E
Text Example
Text Example
White with #995C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C7E; }
p { color: rgb(153,92,126); }
H1.HeaderClassName
{
color: #995C7E;
}
.AnyTagClassName
{
color: #995C7E;
}
</style>
background-color css
<style>
a { background-color: #995C7E; }
a { background-color: rgb(153,92,126); }
div.DivClassName
{
background-color: #995C7E;
}
.BgClassName
{
background-color: #995C7E;
}
</style>
border-color css
<style>
span { border-color: #995C7E; }
span { border-color: rgb(153,92,126); }
td.TdClassName
{
border-color: #995C7E;
}
.TagClassName
{
border-color: #995C7E;
}
</style>