Shades of Strikemaster #95507A
Tints of Strikemaster #95507A
RGB
CMYK
RGB Variations
Color information
#95507A (or 0x95507A) is known color: Strikemaster. HEX triplet: 95, 50 and 7A. RGB value is (149,80,122). Sum of RGB (Red+Green+Blue) = 149+80+122=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95507A is #6AAF85. Grayscale: #696969. Windows color (decimal): -6991750 or 8016021. OLE color: 8016021.
HSL color Cylindrical-coordinate representation of color #95507A: hue angle of 323.48º 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 #95507A is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 122 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.42 |
| HSL | 323.48º | 0.3% | 0.45% | - |
| HSV(B) | 323.48º | 0.46% | 0.58% | - |
| XYZ | 18.78 | 13.53 | 20.03 | - |
| YUV | 105.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 122 | 0 | 0.46 | 0.18 | 0.42 | 323.48 | 0.3 | 0.45 |
| Hex | 95 | 50 | 7A | 0 | 2E | 12 | 2A | 143 | 1E | 2D |
| Octal | 225 | 120 | 172 | 0 | 56 | 22 | 52 | 503 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1111010 | 0 | 101110 | 10010 | 101010 | 101000011 | 11110 | 101101 |
Color Harmonies of #95507A
Complementary color
Monochromatic Colors of #95507A
Black with #95507A
Text Example
Text Example
White with #95507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95507A; }
p { color: rgb(149,80,122); }
H1.HeaderClassName
{
color: #95507A;
}
.AnyTagClassName
{
color: #95507A;
}
</style>
background-color css
<style>
a { background-color: #95507A; }
a { background-color: rgb(149,80,122); }
div.DivClassName
{
background-color: #95507A;
}
.BgClassName
{
background-color: #95507A;
}
</style>
border-color css
<style>
span { border-color: #95507A; }
span { border-color: rgb(149,80,122); }
td.TdClassName
{
border-color: #95507A;
}
.TagClassName
{
border-color: #95507A;
}
</style>