Shades of Strikemaster #9B5181
Tints of Strikemaster #9B5181
RGB
CMYK
RGB Variations
Color information
#9B5181 (or 0x9B5181) is known color: Strikemaster. HEX triplet: 9B, 51 and 81. RGB value is (155,81,129). Sum of RGB (Red+Green+Blue) = 155+81+129=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5181 is #64AE7E. Grayscale: #6C6C6C. Windows color (decimal): -6598271 or 8475035. OLE color: 8475035.
HSL color Cylindrical-coordinate representation of color #9B5181: hue angle of 321.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5181 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 129 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.39 |
| HSL | 321.08º | 0.31% | 0.46% | - |
| HSV(B) | 321.08º | 0.48% | 0.61% | - |
| XYZ | 20.42 | 14.44 | 22.48 | - |
| YUV | 108.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 129 | 0 | 0.48 | 0.17 | 0.39 | 321.08 | 0.31 | 0.46 |
| Hex | 9B | 51 | 81 | 0 | 30 | 11 | 27 | 141 | 1F | 2E |
| Octal | 233 | 121 | 201 | 0 | 60 | 21 | 47 | 501 | 37 | 56 |
| Binary | 10011011 | 1010001 | 10000001 | 0 | 110000 | 10001 | 100111 | 101000001 | 11111 | 101110 |
Color Harmonies of #9B5181
Complementary color
Monochromatic Colors of #9B5181
Black with #9B5181
Text Example
Text Example
White with #9B5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5181; }
p { color: rgb(155,81,129); }
H1.HeaderClassName
{
color: #9B5181;
}
.AnyTagClassName
{
color: #9B5181;
}
</style>
background-color css
<style>
a { background-color: #9B5181; }
a { background-color: rgb(155,81,129); }
div.DivClassName
{
background-color: #9B5181;
}
.BgClassName
{
background-color: #9B5181;
}
</style>
border-color css
<style>
span { border-color: #9B5181; }
span { border-color: rgb(155,81,129); }
td.TdClassName
{
border-color: #9B5181;
}
.TagClassName
{
border-color: #9B5181;
}
</style>