Shades of Strikemaster #995181
Tints of Strikemaster #995181
RGB
CMYK
RGB Variations
Color information
#995181 (or 0x995181) is known color: Strikemaster. HEX triplet: 99, 51 and 81. RGB value is (153,81,129). Sum of RGB (Red+Green+Blue) = 153+81+129=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #995181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995181 is #66AE7E. Grayscale: #6B6B6B. Windows color (decimal): -6729343 or 8475033. OLE color: 8475033.
HSL color Cylindrical-coordinate representation of color #995181: hue angle of 320º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995181 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 129 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.4 |
| HSL | 320º | 0.31% | 0.46% | - |
| HSV(B) | 320º | 0.47% | 0.6% | - |
| XYZ | 20.04 | 14.24 | 22.46 | - |
| YUV | 108 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 129 | 0 | 0.47 | 0.16 | 0.4 | 320 | 0.31 | 0.46 |
| Hex | 99 | 51 | 81 | 0 | 2F | 10 | 28 | 140 | 1F | 2E |
| Octal | 231 | 121 | 201 | 0 | 57 | 20 | 50 | 500 | 37 | 56 |
| Binary | 10011001 | 1010001 | 10000001 | 0 | 101111 | 10000 | 101000 | 101000000 | 11111 | 101110 |
Color Harmonies of #995181
Complementary color
Monochromatic Colors of #995181
Black with #995181
Text Example
Text Example
White with #995181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995181; }
p { color: rgb(153,81,129); }
H1.HeaderClassName
{
color: #995181;
}
.AnyTagClassName
{
color: #995181;
}
</style>
background-color css
<style>
a { background-color: #995181; }
a { background-color: rgb(153,81,129); }
div.DivClassName
{
background-color: #995181;
}
.BgClassName
{
background-color: #995181;
}
</style>
border-color css
<style>
span { border-color: #995181; }
span { border-color: rgb(153,81,129); }
td.TdClassName
{
border-color: #995181;
}
.TagClassName
{
border-color: #995181;
}
</style>