Shades of Strikemaster #945780
Tints of Strikemaster #945780
RGB
CMYK
RGB Variations
Color information
#945780 (or 0x945780) is known color: Strikemaster. HEX triplet: 94, 57 and 80. RGB value is (148,87,128). Sum of RGB (Red+Green+Blue) = 148+87+128=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #945780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945780 is #6BA87F. Grayscale: #6D6D6D. Windows color (decimal): -7055488 or 8411028. OLE color: 8411028.
HSL color Cylindrical-coordinate representation of color #945780: hue angle of 319.67º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945780 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 128 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.42 |
| HSL | 319.67º | 0.26% | 0.46% | - |
| HSV(B) | 319.67º | 0.41% | 0.58% | - |
| XYZ | 19.52 | 14.67 | 22.23 | - |
| YUV | 109.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 128 | 0 | 0.41 | 0.14 | 0.42 | 319.67 | 0.26 | 0.46 |
| Hex | 94 | 57 | 80 | 0 | 29 | E | 2A | 140 | 1A | 2E |
| Octal | 224 | 127 | 200 | 0 | 51 | 16 | 52 | 500 | 32 | 56 |
| Binary | 10010100 | 1010111 | 10000000 | 0 | 101001 | 1110 | 101010 | 101000000 | 11010 | 101110 |
Color Harmonies of #945780
Complementary color
Monochromatic Colors of #945780
Black with #945780
Text Example
Text Example
White with #945780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945780; }
p { color: rgb(148,87,128); }
H1.HeaderClassName
{
color: #945780;
}
.AnyTagClassName
{
color: #945780;
}
</style>
background-color css
<style>
a { background-color: #945780; }
a { background-color: rgb(148,87,128); }
div.DivClassName
{
background-color: #945780;
}
.BgClassName
{
background-color: #945780;
}
</style>
border-color css
<style>
span { border-color: #945780; }
span { border-color: rgb(148,87,128); }
td.TdClassName
{
border-color: #945780;
}
.TagClassName
{
border-color: #945780;
}
</style>