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