Shades of Strikemaster #95517D
Tints of Strikemaster #95517D
RGB
CMYK
RGB Variations
Color information
#95517D (or 0x95517D) is known color: Strikemaster. HEX triplet: 95, 51 and 7D. RGB value is (149,81,125). Sum of RGB (Red+Green+Blue) = 149+81+125=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95517D is #6AAE82. Grayscale: #6A6A6A. Windows color (decimal): -6991491 or 8212885. OLE color: 8212885.
HSL color Cylindrical-coordinate representation of color #95517D: hue angle of 321.18º 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 #95517D is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 125 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.42 |
| HSL | 321.18º | 0.3% | 0.45% | - |
| HSV(B) | 321.18º | 0.46% | 0.58% | - |
| XYZ | 19.04 | 13.76 | 21.05 | - |
| YUV | 106.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 125 | 0 | 0.46 | 0.16 | 0.42 | 321.18 | 0.3 | 0.45 |
| Hex | 95 | 51 | 7D | 0 | 2E | 10 | 2A | 141 | 1E | 2D |
| Octal | 225 | 121 | 175 | 0 | 56 | 20 | 52 | 501 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1111101 | 0 | 101110 | 10000 | 101010 | 101000001 | 11110 | 101101 |
Color Harmonies of #95517D
Complementary color
Monochromatic Colors of #95517D
Black with #95517D
Text Example
Text Example
White with #95517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95517D; }
p { color: rgb(149,81,125); }
H1.HeaderClassName
{
color: #95517D;
}
.AnyTagClassName
{
color: #95517D;
}
</style>
background-color css
<style>
a { background-color: #95517D; }
a { background-color: rgb(149,81,125); }
div.DivClassName
{
background-color: #95517D;
}
.BgClassName
{
background-color: #95517D;
}
</style>
border-color css
<style>
span { border-color: #95517D; }
span { border-color: rgb(149,81,125); }
td.TdClassName
{
border-color: #95517D;
}
.TagClassName
{
border-color: #95517D;
}
</style>