Shades of Strikemaster #95527C
Tints of Strikemaster #95527C
RGB
CMYK
RGB Variations
Color information
#95527C (or 0x95527C) is known color: Strikemaster. HEX triplet: 95, 52 and 7C. RGB value is (149,82,124). Sum of RGB (Red+Green+Blue) = 149+82+124=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527C is #6AAD83. Grayscale: #6A6A6A. Windows color (decimal): -6991236 or 8147605. OLE color: 8147605.
HSL color Cylindrical-coordinate representation of color #95527C: hue angle of 322.39º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95527C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 124 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.42 |
| HSL | 322.39º | 0.29% | 0.45% | - |
| HSV(B) | 322.39º | 0.45% | 0.58% | - |
| XYZ | 19.05 | 13.88 | 20.74 | - |
| YUV | 106.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 124 | 0 | 0.45 | 0.17 | 0.42 | 322.39 | 0.29 | 0.45 |
| Hex | 95 | 52 | 7C | 0 | 2D | 11 | 2A | 142 | 1D | 2D |
| Octal | 225 | 122 | 174 | 0 | 55 | 21 | 52 | 502 | 35 | 55 |
| Binary | 10010101 | 1010010 | 1111100 | 0 | 101101 | 10001 | 101010 | 101000010 | 11101 | 101101 |
Color Harmonies of #95527C
Complementary color
Monochromatic Colors of #95527C
Black with #95527C
Text Example
Text Example
White with #95527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95527C; }
p { color: rgb(149,82,124); }
H1.HeaderClassName
{
color: #95527C;
}
.AnyTagClassName
{
color: #95527C;
}
</style>
background-color css
<style>
a { background-color: #95527C; }
a { background-color: rgb(149,82,124); }
div.DivClassName
{
background-color: #95527C;
}
.BgClassName
{
background-color: #95527C;
}
</style>
border-color css
<style>
span { border-color: #95527C; }
span { border-color: rgb(149,82,124); }
td.TdClassName
{
border-color: #95527C;
}
.TagClassName
{
border-color: #95527C;
}
</style>