Shades of Strikemaster #995F7A
Tints of Strikemaster #995F7A
RGB
CMYK
RGB Variations
Color information
#995F7A (or 0x995F7A) is known color: Strikemaster. HEX triplet: 99, 5F and 7A. RGB value is (153,95,122). Sum of RGB (Red+Green+Blue) = 153+95+122=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F7A is #66A085. Grayscale: #737373. Windows color (decimal): -6725766 or 8019865. OLE color: 8019865.
HSL color Cylindrical-coordinate representation of color #995F7A: hue angle of 332.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F7A is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 122 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.4 |
| HSL | 332.07º | 0.23% | 0.49% | - |
| HSV(B) | 332.07º | 0.38% | 0.6% | - |
| XYZ | 20.74 | 16.36 | 20.48 | - |
| YUV | 115.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 122 | 0 | 0.38 | 0.20 | 0.4 | 332.07 | 0.23 | 0.49 |
| Hex | 99 | 5F | 7A | 0 | 26 | 14 | 28 | 14C | 17 | 31 |
| Octal | 231 | 137 | 172 | 0 | 46 | 24 | 50 | 514 | 27 | 61 |
| Binary | 10011001 | 1011111 | 1111010 | 0 | 100110 | 10100 | 101000 | 101001100 | 10111 | 110001 |
Color Harmonies of #995F7A
Complementary color
Monochromatic Colors of #995F7A
Black with #995F7A
Text Example
Text Example
White with #995F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F7A; }
p { color: rgb(153,95,122); }
H1.HeaderClassName
{
color: #995F7A;
}
.AnyTagClassName
{
color: #995F7A;
}
</style>
background-color css
<style>
a { background-color: #995F7A; }
a { background-color: rgb(153,95,122); }
div.DivClassName
{
background-color: #995F7A;
}
.BgClassName
{
background-color: #995F7A;
}
</style>
border-color css
<style>
span { border-color: #995F7A; }
span { border-color: rgb(153,95,122); }
td.TdClassName
{
border-color: #995F7A;
}
.TagClassName
{
border-color: #995F7A;
}
</style>