Shades of Strikemaster #954A80
Tints of Strikemaster #954A80
RGB
CMYK
RGB Variations
Color information
#954A80 (or 0x954A80) is known color: Strikemaster. HEX triplet: 95, 4A and 80. RGB value is (149,74,128). Sum of RGB (Red+Green+Blue) = 149+74+128=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #954A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A80 is #6AB57F. Grayscale: #666666. Windows color (decimal): -6993280 or 8407701. OLE color: 8407701.
HSL color Cylindrical-coordinate representation of color #954A80: hue angle of 316.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A80 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 128 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.42 |
| HSL | 316.8º | 0.34% | 0.44% | - |
| HSV(B) | 316.8º | 0.5% | 0.58% | - |
| XYZ | 18.74 | 12.85 | 21.91 | - |
| YUV | 102.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 128 | 0 | 0.50 | 0.14 | 0.42 | 316.8 | 0.34 | 0.44 |
| Hex | 95 | 4A | 80 | 0 | 32 | E | 2A | 13D | 22 | 2C |
| Octal | 225 | 112 | 200 | 0 | 62 | 16 | 52 | 475 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10000000 | 0 | 110010 | 1110 | 101010 | 100111101 | 100010 | 101100 |
Color Harmonies of #954A80
Complementary color
Monochromatic Colors of #954A80
Black with #954A80
Text Example
Text Example
White with #954A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A80; }
p { color: rgb(149,74,128); }
H1.HeaderClassName
{
color: #954A80;
}
.AnyTagClassName
{
color: #954A80;
}
</style>
background-color css
<style>
a { background-color: #954A80; }
a { background-color: rgb(149,74,128); }
div.DivClassName
{
background-color: #954A80;
}
.BgClassName
{
background-color: #954A80;
}
</style>
border-color css
<style>
span { border-color: #954A80; }
span { border-color: rgb(149,74,128); }
td.TdClassName
{
border-color: #954A80;
}
.TagClassName
{
border-color: #954A80;
}
</style>