Shades of Strikemaster #996488
Tints of Strikemaster #996488
RGB
CMYK
RGB Variations
Color information
#996488 (or 0x996488) is known color: Strikemaster. HEX triplet: 99, 64 and 88. RGB value is (153,100,136). Sum of RGB (Red+Green+Blue) = 153+100+136=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #996488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996488 is #669B77. Grayscale: #777777. Windows color (decimal): -6724472 or 8938649. OLE color: 8938649.
HSL color Cylindrical-coordinate representation of color #996488: hue angle of 319.25º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996488 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 136 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.4 |
| HSL | 319.25º | 0.21% | 0.5% | - |
| HSV(B) | 319.25º | 0.35% | 0.6% | - |
| XYZ | 22.14 | 17.66 | 25.54 | - |
| YUV | 119.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 136 | 0 | 0.35 | 0.11 | 0.4 | 319.25 | 0.21 | 0.5 |
| Hex | 99 | 64 | 88 | 0 | 23 | B | 28 | 13F | 15 | 32 |
| Octal | 231 | 144 | 210 | 0 | 43 | 13 | 50 | 477 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10001000 | 0 | 100011 | 1011 | 101000 | 100111111 | 10101 | 110010 |
Color Harmonies of #996488
Complementary color
Monochromatic Colors of #996488
Black with #996488
Text Example
Text Example
White with #996488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996488; }
p { color: rgb(153,100,136); }
H1.HeaderClassName
{
color: #996488;
}
.AnyTagClassName
{
color: #996488;
}
</style>
background-color css
<style>
a { background-color: #996488; }
a { background-color: rgb(153,100,136); }
div.DivClassName
{
background-color: #996488;
}
.BgClassName
{
background-color: #996488;
}
</style>
border-color css
<style>
span { border-color: #996488; }
span { border-color: rgb(153,100,136); }
td.TdClassName
{
border-color: #996488;
}
.TagClassName
{
border-color: #996488;
}
</style>