Shades of Strikemaster #995F7B
Tints of Strikemaster #995F7B
RGB
CMYK
RGB Variations
Color information
#995F7B (or 0x995F7B) is known color: Strikemaster. HEX triplet: 99, 5F and 7B. RGB value is (153,95,123). Sum of RGB (Red+Green+Blue) = 153+95+123=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F7B is #66A084. Grayscale: #737373. Windows color (decimal): -6725765 or 8085401. OLE color: 8085401.
HSL color Cylindrical-coordinate representation of color #995F7B: hue angle of 331.03º 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 #995F7B is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 123 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.4 |
| HSL | 331.03º | 0.23% | 0.49% | - |
| HSV(B) | 331.03º | 0.38% | 0.6% | - |
| XYZ | 20.8 | 16.39 | 20.81 | - |
| YUV | 115.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 123 | 0 | 0.38 | 0.20 | 0.4 | 331.03 | 0.23 | 0.49 |
| Hex | 99 | 5F | 7B | 0 | 26 | 14 | 28 | 14B | 17 | 31 |
| Octal | 231 | 137 | 173 | 0 | 46 | 24 | 50 | 513 | 27 | 61 |
| Binary | 10011001 | 1011111 | 1111011 | 0 | 100110 | 10100 | 101000 | 101001011 | 10111 | 110001 |
Color Harmonies of #995F7B
Complementary color
Monochromatic Colors of #995F7B
Black with #995F7B
Text Example
Text Example
White with #995F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F7B; }
p { color: rgb(153,95,123); }
H1.HeaderClassName
{
color: #995F7B;
}
.AnyTagClassName
{
color: #995F7B;
}
</style>
background-color css
<style>
a { background-color: #995F7B; }
a { background-color: rgb(153,95,123); }
div.DivClassName
{
background-color: #995F7B;
}
.BgClassName
{
background-color: #995F7B;
}
</style>
border-color css
<style>
span { border-color: #995F7B; }
span { border-color: rgb(153,95,123); }
td.TdClassName
{
border-color: #995F7B;
}
.TagClassName
{
border-color: #995F7B;
}
</style>