Shades of Strikemaster #946378
Tints of Strikemaster #946378
RGB
CMYK
RGB Variations
Color information
#946378 (or 0x946378) is known color: Strikemaster. HEX triplet: 94, 63 and 78. RGB value is (148,99,120). Sum of RGB (Red+Green+Blue) = 148+99+120=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946378 is #6B9C87. Grayscale: #747474. Windows color (decimal): -7052424 or 7889812. OLE color: 7889812.
HSL color Cylindrical-coordinate representation of color #946378: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946378 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 120 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.42 |
| HSL | 334.29º | 0.2% | 0.48% | - |
| HSV(B) | 334.29º | 0.33% | 0.58% | - |
| XYZ | 20.06 | 16.58 | 19.91 | - |
| YUV | 116.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 120 | 0 | 0.33 | 0.19 | 0.42 | 334.29 | 0.2 | 0.48 |
| Hex | 94 | 63 | 78 | 0 | 21 | 13 | 2A | 14E | 14 | 30 |
| Octal | 224 | 143 | 170 | 0 | 41 | 23 | 52 | 516 | 24 | 60 |
| Binary | 10010100 | 1100011 | 1111000 | 0 | 100001 | 10011 | 101010 | 101001110 | 10100 | 110000 |
Color Harmonies of #946378
Complementary color
Monochromatic Colors of #946378
Black with #946378
Text Example
Text Example
White with #946378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946378; }
p { color: rgb(148,99,120); }
H1.HeaderClassName
{
color: #946378;
}
.AnyTagClassName
{
color: #946378;
}
</style>
background-color css
<style>
a { background-color: #946378; }
a { background-color: rgb(148,99,120); }
div.DivClassName
{
background-color: #946378;
}
.BgClassName
{
background-color: #946378;
}
</style>
border-color css
<style>
span { border-color: #946378; }
span { border-color: rgb(148,99,120); }
td.TdClassName
{
border-color: #946378;
}
.TagClassName
{
border-color: #946378;
}
</style>