Shades of Strikemaster #946387
Tints of Strikemaster #946387
RGB
CMYK
RGB Variations
Color information
#946387 (or 0x946387) is known color: Strikemaster. HEX triplet: 94, 63 and 87. RGB value is (148,99,135). Sum of RGB (Red+Green+Blue) = 148+99+135=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946387 is #6B9C78. Grayscale: #757575. Windows color (decimal): -7052409 or 8872852. OLE color: 8872852.
HSL color Cylindrical-coordinate representation of color #946387: hue angle of 315.92º 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 #946387 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 135 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.42 |
| HSL | 315.92º | 0.2% | 0.48% | - |
| HSV(B) | 315.92º | 0.33% | 0.58% | - |
| XYZ | 21.05 | 16.97 | 25.09 | - |
| YUV | 117.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 135 | 0 | 0.33 | 0.09 | 0.42 | 315.92 | 0.2 | 0.48 |
| Hex | 94 | 63 | 87 | 0 | 21 | 9 | 2A | 13C | 14 | 30 |
| Octal | 224 | 143 | 207 | 0 | 41 | 11 | 52 | 474 | 24 | 60 |
| Binary | 10010100 | 1100011 | 10000111 | 0 | 100001 | 1001 | 101010 | 100111100 | 10100 | 110000 |
Color Harmonies of #946387
Complementary color
Monochromatic Colors of #946387
Black with #946387
Text Example
Text Example
White with #946387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946387; }
p { color: rgb(148,99,135); }
H1.HeaderClassName
{
color: #946387;
}
.AnyTagClassName
{
color: #946387;
}
</style>
background-color css
<style>
a { background-color: #946387; }
a { background-color: rgb(148,99,135); }
div.DivClassName
{
background-color: #946387;
}
.BgClassName
{
background-color: #946387;
}
</style>
border-color css
<style>
span { border-color: #946387; }
span { border-color: rgb(148,99,135); }
td.TdClassName
{
border-color: #946387;
}
.TagClassName
{
border-color: #946387;
}
</style>