Shades of Strikemaster #945E8A
Tints of Strikemaster #945E8A
RGB
CMYK
RGB Variations
Color information
#945E8A (or 0x945E8A) is known color: Strikemaster. HEX triplet: 94, 5E and 8A. RGB value is (148,94,138). Sum of RGB (Red+Green+Blue) = 148+94+138=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #945E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945E8A is #6BA175. Grayscale: #737373. Windows color (decimal): -7053686 or 9068180. OLE color: 9068180.
HSL color Cylindrical-coordinate representation of color #945E8A: hue angle of 311.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E8A is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 94 | 138 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.42 |
| HSL | 311.11º | 0.22% | 0.47% | - |
| HSV(B) | 311.11º | 0.36% | 0.58% | - |
| XYZ | 20.8 | 16.14 | 26.06 | - |
| YUV | 115.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 138 | 0 | 0.36 | 0.07 | 0.42 | 311.11 | 0.22 | 0.47 |
| Hex | 94 | 5E | 8A | 0 | 24 | 7 | 2A | 137 | 16 | 2F |
| Octal | 224 | 136 | 212 | 0 | 44 | 7 | 52 | 467 | 26 | 57 |
| Binary | 10010100 | 1011110 | 10001010 | 0 | 100100 | 111 | 101010 | 100110111 | 10110 | 101111 |
Color Harmonies of #945E8A
Complementary color
Monochromatic Colors of #945E8A
Black with #945E8A
Text Example
Text Example
White with #945E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945E8A; }
p { color: rgb(148,94,138); }
H1.HeaderClassName
{
color: #945E8A;
}
.AnyTagClassName
{
color: #945E8A;
}
</style>
background-color css
<style>
a { background-color: #945E8A; }
a { background-color: rgb(148,94,138); }
div.DivClassName
{
background-color: #945E8A;
}
.BgClassName
{
background-color: #945E8A;
}
</style>
border-color css
<style>
span { border-color: #945E8A; }
span { border-color: rgb(148,94,138); }
td.TdClassName
{
border-color: #945E8A;
}
.TagClassName
{
border-color: #945E8A;
}
</style>