Shades of Strikemaster #955A7C
Tints of Strikemaster #955A7C
RGB
CMYK
RGB Variations
Color information
#955A7C (or 0x955A7C) is known color: Strikemaster. HEX triplet: 95, 5A and 7C. RGB value is (149,90,124). Sum of RGB (Red+Green+Blue) = 149+90+124=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #955A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A7C is #6AA583. Grayscale: #6F6F6F. Windows color (decimal): -6989188 or 8149653. OLE color: 8149653.
HSL color Cylindrical-coordinate representation of color #955A7C: hue angle of 325.42º 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 #955A7C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 124 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.42 |
| HSL | 325.42º | 0.25% | 0.47% | - |
| HSV(B) | 325.42º | 0.4% | 0.58% | - |
| XYZ | 19.69 | 15.16 | 20.96 | - |
| YUV | 111.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 124 | 0 | 0.40 | 0.17 | 0.42 | 325.42 | 0.25 | 0.47 |
| Hex | 95 | 5A | 7C | 0 | 28 | 11 | 2A | 145 | 19 | 2F |
| Octal | 225 | 132 | 174 | 0 | 50 | 21 | 52 | 505 | 31 | 57 |
| Binary | 10010101 | 1011010 | 1111100 | 0 | 101000 | 10001 | 101010 | 101000101 | 11001 | 101111 |
Color Harmonies of #955A7C
Complementary color
Monochromatic Colors of #955A7C
Black with #955A7C
Text Example
Text Example
White with #955A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A7C; }
p { color: rgb(149,90,124); }
H1.HeaderClassName
{
color: #955A7C;
}
.AnyTagClassName
{
color: #955A7C;
}
</style>
background-color css
<style>
a { background-color: #955A7C; }
a { background-color: rgb(149,90,124); }
div.DivClassName
{
background-color: #955A7C;
}
.BgClassName
{
background-color: #955A7C;
}
</style>
border-color css
<style>
span { border-color: #955A7C; }
span { border-color: rgb(149,90,124); }
td.TdClassName
{
border-color: #955A7C;
}
.TagClassName
{
border-color: #955A7C;
}
</style>