Shades of Strikemaster #945782
Tints of Strikemaster #945782
RGB
CMYK
RGB Variations
Color information
#945782 (or 0x945782) is known color: Strikemaster. HEX triplet: 94, 57 and 82. RGB value is (148,87,130). Sum of RGB (Red+Green+Blue) = 148+87+130=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945782 is #6BA87D. Grayscale: #6E6E6E. Windows color (decimal): -7055486 or 8542100. OLE color: 8542100.
HSL color Cylindrical-coordinate representation of color #945782: hue angle of 317.7º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945782 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 130 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.42 |
| HSL | 317.7º | 0.26% | 0.46% | - |
| HSV(B) | 317.7º | 0.41% | 0.58% | - |
| XYZ | 19.65 | 14.72 | 22.93 | - |
| YUV | 110.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 130 | 0 | 0.41 | 0.12 | 0.42 | 317.7 | 0.26 | 0.46 |
| Hex | 94 | 57 | 82 | 0 | 29 | C | 2A | 13E | 1A | 2E |
| Octal | 224 | 127 | 202 | 0 | 51 | 14 | 52 | 476 | 32 | 56 |
| Binary | 10010100 | 1010111 | 10000010 | 0 | 101001 | 1100 | 101010 | 100111110 | 11010 | 101110 |
Color Harmonies of #945782
Complementary color
Monochromatic Colors of #945782
Black with #945782
Text Example
Text Example
White with #945782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945782; }
p { color: rgb(148,87,130); }
H1.HeaderClassName
{
color: #945782;
}
.AnyTagClassName
{
color: #945782;
}
</style>
background-color css
<style>
a { background-color: #945782; }
a { background-color: rgb(148,87,130); }
div.DivClassName
{
background-color: #945782;
}
.BgClassName
{
background-color: #945782;
}
</style>
border-color css
<style>
span { border-color: #945782; }
span { border-color: rgb(148,87,130); }
td.TdClassName
{
border-color: #945782;
}
.TagClassName
{
border-color: #945782;
}
</style>