Shades of Strikemaster #995F7E
Tints of Strikemaster #995F7E
RGB
CMYK
RGB Variations
Color information
#995F7E (or 0x995F7E) is known color: Strikemaster. HEX triplet: 99, 5F and 7E. RGB value is (153,95,126). Sum of RGB (Red+Green+Blue) = 153+95+126=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #995F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F7E is #66A081. Grayscale: #737373. Windows color (decimal): -6725762 or 8282009. OLE color: 8282009.
HSL color Cylindrical-coordinate representation of color #995F7E: hue angle of 327.93º 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 #995F7E is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 126 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.4 |
| HSL | 327.93º | 0.23% | 0.49% | - |
| HSV(B) | 327.93º | 0.38% | 0.6% | - |
| XYZ | 20.99 | 16.46 | 21.81 | - |
| YUV | 115.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 126 | 0 | 0.38 | 0.18 | 0.4 | 327.93 | 0.23 | 0.49 |
| Hex | 99 | 5F | 7E | 0 | 26 | 12 | 28 | 148 | 17 | 31 |
| Octal | 231 | 137 | 176 | 0 | 46 | 22 | 50 | 510 | 27 | 61 |
| Binary | 10011001 | 1011111 | 1111110 | 0 | 100110 | 10010 | 101000 | 101001000 | 10111 | 110001 |
Color Harmonies of #995F7E
Complementary color
Monochromatic Colors of #995F7E
Black with #995F7E
Text Example
Text Example
White with #995F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F7E; }
p { color: rgb(153,95,126); }
H1.HeaderClassName
{
color: #995F7E;
}
.AnyTagClassName
{
color: #995F7E;
}
</style>
background-color css
<style>
a { background-color: #995F7E; }
a { background-color: rgb(153,95,126); }
div.DivClassName
{
background-color: #995F7E;
}
.BgClassName
{
background-color: #995F7E;
}
</style>
border-color css
<style>
span { border-color: #995F7E; }
span { border-color: rgb(153,95,126); }
td.TdClassName
{
border-color: #995F7E;
}
.TagClassName
{
border-color: #995F7E;
}
</style>