Shades of Strikemaster #996380
Tints of Strikemaster #996380
RGB
CMYK
RGB Variations
Color information
#996380 (or 0x996380) is known color: Strikemaster. HEX triplet: 99, 63 and 80. RGB value is (153,99,128). Sum of RGB (Red+Green+Blue) = 153+99+128=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996380 is #669C7F. Grayscale: #767676. Windows color (decimal): -6724736 or 8414105. OLE color: 8414105.
HSL color Cylindrical-coordinate representation of color #996380: hue angle of 327.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996380 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 128 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.4 |
| HSL | 327.78º | 0.21% | 0.49% | - |
| HSV(B) | 327.78º | 0.35% | 0.6% | - |
| XYZ | 21.49 | 17.25 | 22.62 | - |
| YUV | 118.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 128 | 0 | 0.35 | 0.16 | 0.4 | 327.78 | 0.21 | 0.49 |
| Hex | 99 | 63 | 80 | 0 | 23 | 10 | 28 | 148 | 15 | 31 |
| Octal | 231 | 143 | 200 | 0 | 43 | 20 | 50 | 510 | 25 | 61 |
| Binary | 10011001 | 1100011 | 10000000 | 0 | 100011 | 10000 | 101000 | 101001000 | 10101 | 110001 |
Color Harmonies of #996380
Complementary color
Monochromatic Colors of #996380
Black with #996380
Text Example
Text Example
White with #996380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996380; }
p { color: rgb(153,99,128); }
H1.HeaderClassName
{
color: #996380;
}
.AnyTagClassName
{
color: #996380;
}
</style>
background-color css
<style>
a { background-color: #996380; }
a { background-color: rgb(153,99,128); }
div.DivClassName
{
background-color: #996380;
}
.BgClassName
{
background-color: #996380;
}
</style>
border-color css
<style>
span { border-color: #996380; }
span { border-color: rgb(153,99,128); }
td.TdClassName
{
border-color: #996380;
}
.TagClassName
{
border-color: #996380;
}
</style>