Shades of Strikemaster #95507C
Tints of Strikemaster #95507C
RGB
CMYK
RGB Variations
Color information
#95507C (or 0x95507C) is known color: Strikemaster. HEX triplet: 95, 50 and 7C. RGB value is (149,80,124). Sum of RGB (Red+Green+Blue) = 149+80+124=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95507C is #6AAF83. Grayscale: #696969. Windows color (decimal): -6991748 or 8147093. OLE color: 8147093.
HSL color Cylindrical-coordinate representation of color #95507C: hue angle of 321.74º 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 #95507C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 124 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.42 |
| HSL | 321.74º | 0.3% | 0.45% | - |
| HSV(B) | 321.74º | 0.46% | 0.58% | - |
| XYZ | 18.9 | 13.58 | 20.69 | - |
| YUV | 105.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 124 | 0 | 0.46 | 0.17 | 0.42 | 321.74 | 0.3 | 0.45 |
| Hex | 95 | 50 | 7C | 0 | 2E | 11 | 2A | 142 | 1E | 2D |
| Octal | 225 | 120 | 174 | 0 | 56 | 21 | 52 | 502 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1111100 | 0 | 101110 | 10001 | 101010 | 101000010 | 11110 | 101101 |
Color Harmonies of #95507C
Complementary color
Monochromatic Colors of #95507C
Black with #95507C
Text Example
Text Example
White with #95507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95507C; }
p { color: rgb(149,80,124); }
H1.HeaderClassName
{
color: #95507C;
}
.AnyTagClassName
{
color: #95507C;
}
</style>
background-color css
<style>
a { background-color: #95507C; }
a { background-color: rgb(149,80,124); }
div.DivClassName
{
background-color: #95507C;
}
.BgClassName
{
background-color: #95507C;
}
</style>
border-color css
<style>
span { border-color: #95507C; }
span { border-color: rgb(149,80,124); }
td.TdClassName
{
border-color: #95507C;
}
.TagClassName
{
border-color: #95507C;
}
</style>