Shades of Strikemaster #9D5181
Tints of Strikemaster #9D5181
RGB
CMYK
RGB Variations
Color information
#9D5181 (or 0x9D5181) is known color: Strikemaster. HEX triplet: 9D, 51 and 81. RGB value is (157,81,129). Sum of RGB (Red+Green+Blue) = 157+81+129=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5181 is #62AE7E. Grayscale: #6D6D6D. Windows color (decimal): -6467199 or 8475037. OLE color: 8475037.
HSL color Cylindrical-coordinate representation of color #9D5181: hue angle of 322.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5181 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 129 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.38 |
| HSL | 322.11º | 0.32% | 0.47% | - |
| HSV(B) | 322.11º | 0.48% | 0.62% | - |
| XYZ | 20.81 | 14.64 | 22.5 | - |
| YUV | 109.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 129 | 0 | 0.48 | 0.18 | 0.38 | 322.11 | 0.32 | 0.47 |
| Hex | 9D | 51 | 81 | 0 | 30 | 12 | 26 | 142 | 20 | 2F |
| Octal | 235 | 121 | 201 | 0 | 60 | 22 | 46 | 502 | 40 | 57 |
| Binary | 10011101 | 1010001 | 10000001 | 0 | 110000 | 10010 | 100110 | 101000010 | 100000 | 101111 |
Color Harmonies of #9D5181
Complementary color
Monochromatic Colors of #9D5181
Black with #9D5181
Text Example
Text Example
White with #9D5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5181; }
p { color: rgb(157,81,129); }
H1.HeaderClassName
{
color: #9D5181;
}
.AnyTagClassName
{
color: #9D5181;
}
</style>
background-color css
<style>
a { background-color: #9D5181; }
a { background-color: rgb(157,81,129); }
div.DivClassName
{
background-color: #9D5181;
}
.BgClassName
{
background-color: #9D5181;
}
</style>
border-color css
<style>
span { border-color: #9D5181; }
span { border-color: rgb(157,81,129); }
td.TdClassName
{
border-color: #9D5181;
}
.TagClassName
{
border-color: #9D5181;
}
</style>