Shades of Strikemaster #996681
Tints of Strikemaster #996681
RGB
CMYK
RGB Variations
Color information
#996681 (or 0x996681) is known color: Strikemaster. HEX triplet: 99, 66 and 81. RGB value is (153,102,129). Sum of RGB (Red+Green+Blue) = 153+102+129=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996681 is #66997E. Grayscale: #787878. Windows color (decimal): -6723967 or 8480409. OLE color: 8480409.
HSL color Cylindrical-coordinate representation of color #996681: hue angle of 328.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996681 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 129 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.4 |
| HSL | 328.24º | 0.2% | 0.5% | - |
| HSV(B) | 328.24º | 0.33% | 0.6% | - |
| XYZ | 21.85 | 17.86 | 23.06 | - |
| YUV | 120.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 129 | 0 | 0.33 | 0.16 | 0.4 | 328.24 | 0.2 | 0.5 |
| Hex | 99 | 66 | 81 | 0 | 21 | 10 | 28 | 148 | 14 | 32 |
| Octal | 231 | 146 | 201 | 0 | 41 | 20 | 50 | 510 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10000001 | 0 | 100001 | 10000 | 101000 | 101001000 | 10100 | 110010 |
Color Harmonies of #996681
Complementary color
Monochromatic Colors of #996681
Black with #996681
Text Example
Text Example
White with #996681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996681; }
p { color: rgb(153,102,129); }
H1.HeaderClassName
{
color: #996681;
}
.AnyTagClassName
{
color: #996681;
}
</style>
background-color css
<style>
a { background-color: #996681; }
a { background-color: rgb(153,102,129); }
div.DivClassName
{
background-color: #996681;
}
.BgClassName
{
background-color: #996681;
}
</style>
border-color css
<style>
span { border-color: #996681; }
span { border-color: rgb(153,102,129); }
td.TdClassName
{
border-color: #996681;
}
.TagClassName
{
border-color: #996681;
}
</style>