Shades of Strikemaster #995379
Tints of Strikemaster #995379
RGB
CMYK
RGB Variations
Color information
#995379 (or 0x995379) is known color: Strikemaster. HEX triplet: 99, 53 and 79. RGB value is (153,83,121). Sum of RGB (Red+Green+Blue) = 153+83+121=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995379 is #66AC86. Grayscale: #6C6C6C. Windows color (decimal): -6728839 or 7951257. OLE color: 7951257.
HSL color Cylindrical-coordinate representation of color #995379: hue angle of 327.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995379 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 121 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.4 |
| HSL | 327.43º | 0.3% | 0.46% | - |
| HSV(B) | 327.43º | 0.46% | 0.6% | - |
| XYZ | 19.68 | 14.34 | 19.82 | - |
| YUV | 108.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 121 | 0 | 0.46 | 0.21 | 0.4 | 327.43 | 0.3 | 0.46 |
| Hex | 99 | 53 | 79 | 0 | 2E | 15 | 28 | 147 | 1E | 2E |
| Octal | 231 | 123 | 171 | 0 | 56 | 25 | 50 | 507 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1111001 | 0 | 101110 | 10101 | 101000 | 101000111 | 11110 | 101110 |
Color Harmonies of #995379
Complementary color
Monochromatic Colors of #995379
Black with #995379
Text Example
Text Example
White with #995379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995379; }
p { color: rgb(153,83,121); }
H1.HeaderClassName
{
color: #995379;
}
.AnyTagClassName
{
color: #995379;
}
</style>
background-color css
<style>
a { background-color: #995379; }
a { background-color: rgb(153,83,121); }
div.DivClassName
{
background-color: #995379;
}
.BgClassName
{
background-color: #995379;
}
</style>
border-color css
<style>
span { border-color: #995379; }
span { border-color: rgb(153,83,121); }
td.TdClassName
{
border-color: #995379;
}
.TagClassName
{
border-color: #995379;
}
</style>