Shades of Strikemaster #95487B
Tints of Strikemaster #95487B
RGB
CMYK
RGB Variations
Color information
#95487B (or 0x95487B) is known color: Strikemaster. HEX triplet: 95, 48 and 7B. RGB value is (149,72,123). Sum of RGB (Red+Green+Blue) = 149+72+123=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95487B is #6AB784. Grayscale: #646464. Windows color (decimal): -6993797 or 8079509. OLE color: 8079509.
HSL color Cylindrical-coordinate representation of color #95487B: hue angle of 320.26º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95487B is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 123 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.42 |
| HSL | 320.26º | 0.35% | 0.43% | - |
| HSV(B) | 320.26º | 0.52% | 0.58% | - |
| XYZ | 18.29 | 12.45 | 20.18 | - |
| YUV | 100.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 123 | 0 | 0.52 | 0.17 | 0.42 | 320.26 | 0.35 | 0.43 |
| Hex | 95 | 48 | 7B | 0 | 34 | 11 | 2A | 140 | 23 | 2B |
| Octal | 225 | 110 | 173 | 0 | 64 | 21 | 52 | 500 | 43 | 53 |
| Binary | 10010101 | 1001000 | 1111011 | 0 | 110100 | 10001 | 101010 | 101000000 | 100011 | 101011 |
Color Harmonies of #95487B
Complementary color
Monochromatic Colors of #95487B
Black with #95487B
Text Example
Text Example
White with #95487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95487B; }
p { color: rgb(149,72,123); }
H1.HeaderClassName
{
color: #95487B;
}
.AnyTagClassName
{
color: #95487B;
}
</style>
background-color css
<style>
a { background-color: #95487B; }
a { background-color: rgb(149,72,123); }
div.DivClassName
{
background-color: #95487B;
}
.BgClassName
{
background-color: #95487B;
}
</style>
border-color css
<style>
span { border-color: #95487B; }
span { border-color: rgb(149,72,123); }
td.TdClassName
{
border-color: #95487B;
}
.TagClassName
{
border-color: #95487B;
}
</style>