Shades of Strikemaster #95527B
Tints of Strikemaster #95527B
RGB
CMYK
RGB Variations
Color information
#95527B (or 0x95527B) is known color: Strikemaster. HEX triplet: 95, 52 and 7B. RGB value is (149,82,123). Sum of RGB (Red+Green+Blue) = 149+82+123=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527B is #6AAD84. Grayscale: #6A6A6A. Windows color (decimal): -6991237 or 8082069. OLE color: 8082069.
HSL color Cylindrical-coordinate representation of color #95527B: hue angle of 323.28º 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 #95527B is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 123 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.42 |
| HSL | 323.28º | 0.29% | 0.45% | - |
| HSV(B) | 323.28º | 0.45% | 0.58% | - |
| XYZ | 18.99 | 13.85 | 20.41 | - |
| YUV | 106.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 123 | 0 | 0.45 | 0.17 | 0.42 | 323.28 | 0.29 | 0.45 |
| Hex | 95 | 52 | 7B | 0 | 2D | 11 | 2A | 143 | 1D | 2D |
| Octal | 225 | 122 | 173 | 0 | 55 | 21 | 52 | 503 | 35 | 55 |
| Binary | 10010101 | 1010010 | 1111011 | 0 | 101101 | 10001 | 101010 | 101000011 | 11101 | 101101 |
Color Harmonies of #95527B
Complementary color
Monochromatic Colors of #95527B
Black with #95527B
Text Example
Text Example
White with #95527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95527B; }
p { color: rgb(149,82,123); }
H1.HeaderClassName
{
color: #95527B;
}
.AnyTagClassName
{
color: #95527B;
}
</style>
background-color css
<style>
a { background-color: #95527B; }
a { background-color: rgb(149,82,123); }
div.DivClassName
{
background-color: #95527B;
}
.BgClassName
{
background-color: #95527B;
}
</style>
border-color css
<style>
span { border-color: #95527B; }
span { border-color: rgb(149,82,123); }
td.TdClassName
{
border-color: #95527B;
}
.TagClassName
{
border-color: #95527B;
}
</style>