Shades of Strikemaster #945B7B
Tints of Strikemaster #945B7B
RGB
CMYK
RGB Variations
Color information
#945B7B (or 0x945B7B) is known color: Strikemaster. HEX triplet: 94, 5B and 7B. RGB value is (148,91,123). Sum of RGB (Red+Green+Blue) = 148+91+123=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #945B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B7B is #6BA484. Grayscale: #6F6F6F. Windows color (decimal): -7054469 or 8084372. OLE color: 8084372.
HSL color Cylindrical-coordinate representation of color #945B7B: hue angle of 326.32º 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 #945B7B is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 123 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.42 |
| HSL | 326.32º | 0.24% | 0.47% | - |
| HSV(B) | 326.32º | 0.39% | 0.58% | - |
| XYZ | 19.53 | 15.21 | 20.65 | - |
| YUV | 111.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 123 | 0 | 0.39 | 0.17 | 0.42 | 326.32 | 0.24 | 0.47 |
| Hex | 94 | 5B | 7B | 0 | 27 | 11 | 2A | 146 | 18 | 2F |
| Octal | 224 | 133 | 173 | 0 | 47 | 21 | 52 | 506 | 30 | 57 |
| Binary | 10010100 | 1011011 | 1111011 | 0 | 100111 | 10001 | 101010 | 101000110 | 11000 | 101111 |
Color Harmonies of #945B7B
Complementary color
Monochromatic Colors of #945B7B
Black with #945B7B
Text Example
Text Example
White with #945B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B7B; }
p { color: rgb(148,91,123); }
H1.HeaderClassName
{
color: #945B7B;
}
.AnyTagClassName
{
color: #945B7B;
}
</style>
background-color css
<style>
a { background-color: #945B7B; }
a { background-color: rgb(148,91,123); }
div.DivClassName
{
background-color: #945B7B;
}
.BgClassName
{
background-color: #945B7B;
}
</style>
border-color css
<style>
span { border-color: #945B7B; }
span { border-color: rgb(148,91,123); }
td.TdClassName
{
border-color: #945B7B;
}
.TagClassName
{
border-color: #945B7B;
}
</style>