Shades of Strikemaster #955A84
Tints of Strikemaster #955A84
RGB
CMYK
RGB Variations
Color information
#955A84 (or 0x955A84) is known color: Strikemaster. HEX triplet: 95, 5A and 84. RGB value is (149,90,132). Sum of RGB (Red+Green+Blue) = 149+90+132=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #955A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A84 is #6AA57B. Grayscale: #707070. Windows color (decimal): -6989180 or 8673941. OLE color: 8673941.
HSL color Cylindrical-coordinate representation of color #955A84: hue angle of 317.29º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A84 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 132 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.42 |
| HSL | 317.29º | 0.25% | 0.47% | - |
| HSV(B) | 317.29º | 0.4% | 0.58% | - |
| XYZ | 20.22 | 15.37 | 23.73 | - |
| YUV | 112.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 132 | 0 | 0.40 | 0.11 | 0.42 | 317.29 | 0.25 | 0.47 |
| Hex | 95 | 5A | 84 | 0 | 28 | B | 2A | 13D | 19 | 2F |
| Octal | 225 | 132 | 204 | 0 | 50 | 13 | 52 | 475 | 31 | 57 |
| Binary | 10010101 | 1011010 | 10000100 | 0 | 101000 | 1011 | 101010 | 100111101 | 11001 | 101111 |
Color Harmonies of #955A84
Complementary color
Monochromatic Colors of #955A84
Black with #955A84
Text Example
Text Example
White with #955A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A84; }
p { color: rgb(149,90,132); }
H1.HeaderClassName
{
color: #955A84;
}
.AnyTagClassName
{
color: #955A84;
}
</style>
background-color css
<style>
a { background-color: #955A84; }
a { background-color: rgb(149,90,132); }
div.DivClassName
{
background-color: #955A84;
}
.BgClassName
{
background-color: #955A84;
}
</style>
border-color css
<style>
span { border-color: #955A84; }
span { border-color: rgb(149,90,132); }
td.TdClassName
{
border-color: #955A84;
}
.TagClassName
{
border-color: #955A84;
}
</style>