Shades of Strikemaster #95477E
Tints of Strikemaster #95477E
RGB
CMYK
RGB Variations
Color information
#95477E (or 0x95477E) is known color: Strikemaster. HEX triplet: 95, 47 and 7E. RGB value is (149,71,126). Sum of RGB (Red+Green+Blue) = 149+71+126=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95477E is #6AB881. Grayscale: #646464. Windows color (decimal): -6994050 or 8275861. OLE color: 8275861.
HSL color Cylindrical-coordinate representation of color #95477E: hue angle of 317.69º 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 #95477E is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 126 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.42 |
| HSL | 317.69º | 0.35% | 0.43% | - |
| HSV(B) | 317.69º | 0.52% | 0.58% | - |
| XYZ | 18.41 | 12.4 | 21.16 | - |
| YUV | 100.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 126 | 0 | 0.52 | 0.15 | 0.42 | 317.69 | 0.35 | 0.43 |
| Hex | 95 | 47 | 7E | 0 | 34 | F | 2A | 13E | 23 | 2B |
| Octal | 225 | 107 | 176 | 0 | 64 | 17 | 52 | 476 | 43 | 53 |
| Binary | 10010101 | 1000111 | 1111110 | 0 | 110100 | 1111 | 101010 | 100111110 | 100011 | 101011 |
Color Harmonies of #95477E
Complementary color
Monochromatic Colors of #95477E
Black with #95477E
Text Example
Text Example
White with #95477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95477E; }
p { color: rgb(149,71,126); }
H1.HeaderClassName
{
color: #95477E;
}
.AnyTagClassName
{
color: #95477E;
}
</style>
background-color css
<style>
a { background-color: #95477E; }
a { background-color: rgb(149,71,126); }
div.DivClassName
{
background-color: #95477E;
}
.BgClassName
{
background-color: #95477E;
}
</style>
border-color css
<style>
span { border-color: #95477E; }
span { border-color: rgb(149,71,126); }
td.TdClassName
{
border-color: #95477E;
}
.TagClassName
{
border-color: #95477E;
}
</style>