Shades of Strikemaster #995F7C
Tints of Strikemaster #995F7C
RGB
CMYK
RGB Variations
Color information
#995F7C (or 0x995F7C) is known color: Strikemaster. HEX triplet: 99, 5F and 7C. RGB value is (153,95,124). Sum of RGB (Red+Green+Blue) = 153+95+124=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F7C is #66A083. Grayscale: #737373. Windows color (decimal): -6725764 or 8150937. OLE color: 8150937.
HSL color Cylindrical-coordinate representation of color #995F7C: hue angle of 330º 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 #995F7C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 124 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.4 |
| HSL | 330º | 0.23% | 0.49% | - |
| HSV(B) | 330º | 0.38% | 0.6% | - |
| XYZ | 20.87 | 16.41 | 21.14 | - |
| YUV | 115.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 124 | 0 | 0.38 | 0.19 | 0.4 | 330 | 0.23 | 0.49 |
| Hex | 99 | 5F | 7C | 0 | 26 | 13 | 28 | 14A | 17 | 31 |
| Octal | 231 | 137 | 174 | 0 | 46 | 23 | 50 | 512 | 27 | 61 |
| Binary | 10011001 | 1011111 | 1111100 | 0 | 100110 | 10011 | 101000 | 101001010 | 10111 | 110001 |
Color Harmonies of #995F7C
Complementary color
Monochromatic Colors of #995F7C
Black with #995F7C
Text Example
Text Example
White with #995F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F7C; }
p { color: rgb(153,95,124); }
H1.HeaderClassName
{
color: #995F7C;
}
.AnyTagClassName
{
color: #995F7C;
}
</style>
background-color css
<style>
a { background-color: #995F7C; }
a { background-color: rgb(153,95,124); }
div.DivClassName
{
background-color: #995F7C;
}
.BgClassName
{
background-color: #995F7C;
}
</style>
border-color css
<style>
span { border-color: #995F7C; }
span { border-color: rgb(153,95,124); }
td.TdClassName
{
border-color: #995F7C;
}
.TagClassName
{
border-color: #995F7C;
}
</style>