Shades of Strikemaster #95517F
Tints of Strikemaster #95517F
RGB
CMYK
RGB Variations
Color information
#95517F (or 0x95517F) is known color: Strikemaster. HEX triplet: 95, 51 and 7F. RGB value is (149,81,127). Sum of RGB (Red+Green+Blue) = 149+81+127=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95517F is #6AAE80. Grayscale: #6A6A6A. Windows color (decimal): -6991489 or 8343957. OLE color: 8343957.
HSL color Cylindrical-coordinate representation of color #95517F: hue angle of 319.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95517F is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 127 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.42 |
| HSL | 319.41º | 0.3% | 0.45% | - |
| HSV(B) | 319.41º | 0.46% | 0.58% | - |
| XYZ | 19.17 | 13.81 | 21.73 | - |
| YUV | 106.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 127 | 0 | 0.46 | 0.15 | 0.42 | 319.41 | 0.3 | 0.45 |
| Hex | 95 | 51 | 7F | 0 | 2E | F | 2A | 13F | 1E | 2D |
| Octal | 225 | 121 | 177 | 0 | 56 | 17 | 52 | 477 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1111111 | 0 | 101110 | 1111 | 101010 | 100111111 | 11110 | 101101 |
Color Harmonies of #95517F
Complementary color
Monochromatic Colors of #95517F
Black with #95517F
Text Example
Text Example
White with #95517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95517F; }
p { color: rgb(149,81,127); }
H1.HeaderClassName
{
color: #95517F;
}
.AnyTagClassName
{
color: #95517F;
}
</style>
background-color css
<style>
a { background-color: #95517F; }
a { background-color: rgb(149,81,127); }
div.DivClassName
{
background-color: #95517F;
}
.BgClassName
{
background-color: #95517F;
}
</style>
border-color css
<style>
span { border-color: #95517F; }
span { border-color: rgb(149,81,127); }
td.TdClassName
{
border-color: #95517F;
}
.TagClassName
{
border-color: #95517F;
}
</style>