Shades of Strikemaster #996078
Tints of Strikemaster #996078
RGB
CMYK
RGB Variations
Color information
#996078 (or 0x996078) is known color: Strikemaster. HEX triplet: 99, 60 and 78. RGB value is (153,96,120). Sum of RGB (Red+Green+Blue) = 153+96+120=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996078 is #669F87. Grayscale: #737373. Windows color (decimal): -6725512 or 7889049. OLE color: 7889049.
HSL color Cylindrical-coordinate representation of color #996078: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996078 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 120 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.4 |
| HSL | 334.74º | 0.23% | 0.49% | - |
| HSV(B) | 334.74º | 0.37% | 0.6% | - |
| XYZ | 20.71 | 16.49 | 19.86 | - |
| YUV | 115.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 120 | 0 | 0.37 | 0.22 | 0.4 | 334.74 | 0.23 | 0.49 |
| Hex | 99 | 60 | 78 | 0 | 25 | 16 | 28 | 14F | 17 | 31 |
| Octal | 231 | 140 | 170 | 0 | 45 | 26 | 50 | 517 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1111000 | 0 | 100101 | 10110 | 101000 | 101001111 | 10111 | 110001 |
Color Harmonies of #996078
Complementary color
Monochromatic Colors of #996078
Black with #996078
Text Example
Text Example
White with #996078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996078; }
p { color: rgb(153,96,120); }
H1.HeaderClassName
{
color: #996078;
}
.AnyTagClassName
{
color: #996078;
}
</style>
background-color css
<style>
a { background-color: #996078; }
a { background-color: rgb(153,96,120); }
div.DivClassName
{
background-color: #996078;
}
.BgClassName
{
background-color: #996078;
}
</style>
border-color css
<style>
span { border-color: #996078; }
span { border-color: rgb(153,96,120); }
td.TdClassName
{
border-color: #996078;
}
.TagClassName
{
border-color: #996078;
}
</style>