Shades of Strikemaster #945B7F
Tints of Strikemaster #945B7F
RGB
CMYK
RGB Variations
Color information
#945B7F (or 0x945B7F) is known color: Strikemaster. HEX triplet: 94, 5B and 7F. RGB value is (148,91,127). Sum of RGB (Red+Green+Blue) = 148+91+127=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #945B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B7F is #6BA480. Grayscale: #707070. Windows color (decimal): -7054465 or 8346516. OLE color: 8346516.
HSL color Cylindrical-coordinate representation of color #945B7F: hue angle of 322.11º 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 #945B7F is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 127 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.42 |
| HSL | 322.11º | 0.24% | 0.47% | - |
| HSV(B) | 322.11º | 0.39% | 0.58% | - |
| XYZ | 19.78 | 15.31 | 21.99 | - |
| YUV | 112.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 127 | 0 | 0.39 | 0.14 | 0.42 | 322.11 | 0.24 | 0.47 |
| Hex | 94 | 5B | 7F | 0 | 27 | E | 2A | 142 | 18 | 2F |
| Octal | 224 | 133 | 177 | 0 | 47 | 16 | 52 | 502 | 30 | 57 |
| Binary | 10010100 | 1011011 | 1111111 | 0 | 100111 | 1110 | 101010 | 101000010 | 11000 | 101111 |
Color Harmonies of #945B7F
Complementary color
Monochromatic Colors of #945B7F
Black with #945B7F
Text Example
Text Example
White with #945B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B7F; }
p { color: rgb(148,91,127); }
H1.HeaderClassName
{
color: #945B7F;
}
.AnyTagClassName
{
color: #945B7F;
}
</style>
background-color css
<style>
a { background-color: #945B7F; }
a { background-color: rgb(148,91,127); }
div.DivClassName
{
background-color: #945B7F;
}
.BgClassName
{
background-color: #945B7F;
}
</style>
border-color css
<style>
span { border-color: #945B7F; }
span { border-color: rgb(148,91,127); }
td.TdClassName
{
border-color: #945B7F;
}
.TagClassName
{
border-color: #945B7F;
}
</style>