Shades of Strikemaster #955A78
Tints of Strikemaster #955A78
RGB
CMYK
RGB Variations
Color information
#955A78 (or 0x955A78) is known color: Strikemaster. HEX triplet: 95, 5A and 78. RGB value is (149,90,120). Sum of RGB (Red+Green+Blue) = 149+90+120=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #955A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A78 is #6AA587. Grayscale: #6E6E6E. Windows color (decimal): -6989192 or 7887509. OLE color: 7887509.
HSL color Cylindrical-coordinate representation of color #955A78: hue angle of 329.49º 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 #955A78 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 120 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.42 |
| HSL | 329.49º | 0.25% | 0.47% | - |
| HSV(B) | 329.49º | 0.4% | 0.58% | - |
| XYZ | 19.44 | 15.06 | 19.65 | - |
| YUV | 111.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 120 | 0 | 0.40 | 0.19 | 0.42 | 329.49 | 0.25 | 0.47 |
| Hex | 95 | 5A | 78 | 0 | 28 | 13 | 2A | 149 | 19 | 2F |
| Octal | 225 | 132 | 170 | 0 | 50 | 23 | 52 | 511 | 31 | 57 |
| Binary | 10010101 | 1011010 | 1111000 | 0 | 101000 | 10011 | 101010 | 101001001 | 11001 | 101111 |
Color Harmonies of #955A78
Complementary color
Monochromatic Colors of #955A78
Black with #955A78
Text Example
Text Example
White with #955A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A78; }
p { color: rgb(149,90,120); }
H1.HeaderClassName
{
color: #955A78;
}
.AnyTagClassName
{
color: #955A78;
}
</style>
background-color css
<style>
a { background-color: #955A78; }
a { background-color: rgb(149,90,120); }
div.DivClassName
{
background-color: #955A78;
}
.BgClassName
{
background-color: #955A78;
}
</style>
border-color css
<style>
span { border-color: #955A78; }
span { border-color: rgb(149,90,120); }
td.TdClassName
{
border-color: #955A78;
}
.TagClassName
{
border-color: #955A78;
}
</style>