Shades of Strikemaster #945B80
Tints of Strikemaster #945B80
RGB
CMYK
RGB Variations
Color information
#945B80 (or 0x945B80) is known color: Strikemaster. HEX triplet: 94, 5B and 80. RGB value is (148,91,128). Sum of RGB (Red+Green+Blue) = 148+91+128=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #945B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945B80 is #6BA47F. Grayscale: #707070. Windows color (decimal): -7054464 or 8412052. OLE color: 8412052.
HSL color Cylindrical-coordinate representation of color #945B80: hue angle of 321.05º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B80 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 128 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.42 |
| HSL | 321.05º | 0.24% | 0.47% | - |
| HSV(B) | 321.05º | 0.39% | 0.58% | - |
| XYZ | 19.85 | 15.34 | 22.34 | - |
| YUV | 112.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 128 | 0 | 0.39 | 0.14 | 0.42 | 321.05 | 0.24 | 0.47 |
| Hex | 94 | 5B | 80 | 0 | 27 | E | 2A | 141 | 18 | 2F |
| Octal | 224 | 133 | 200 | 0 | 47 | 16 | 52 | 501 | 30 | 57 |
| Binary | 10010100 | 1011011 | 10000000 | 0 | 100111 | 1110 | 101010 | 101000001 | 11000 | 101111 |
Color Harmonies of #945B80
Complementary color
Monochromatic Colors of #945B80
Black with #945B80
Text Example
Text Example
White with #945B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B80; }
p { color: rgb(148,91,128); }
H1.HeaderClassName
{
color: #945B80;
}
.AnyTagClassName
{
color: #945B80;
}
</style>
background-color css
<style>
a { background-color: #945B80; }
a { background-color: rgb(148,91,128); }
div.DivClassName
{
background-color: #945B80;
}
.BgClassName
{
background-color: #945B80;
}
</style>
border-color css
<style>
span { border-color: #945B80; }
span { border-color: rgb(148,91,128); }
td.TdClassName
{
border-color: #945B80;
}
.TagClassName
{
border-color: #945B80;
}
</style>