Shades of Strikemaster #9B6882
Tints of Strikemaster #9B6882
RGB
CMYK
RGB Variations
Color information
#9B6882 (or 0x9B6882) is known color: Strikemaster. HEX triplet: 9B, 68 and 82. RGB value is (155,104,130). Sum of RGB (Red+Green+Blue) = 155+104+130=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6882 is #64977D. Grayscale: #7A7A7A. Windows color (decimal): -6592382 or 8546459. OLE color: 8546459.
HSL color Cylindrical-coordinate representation of color #9B6882: hue angle of 329.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6882 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 130 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.39 |
| HSL | 329.41º | 0.2% | 0.51% | - |
| HSV(B) | 329.41º | 0.33% | 0.61% | - |
| XYZ | 22.5 | 18.48 | 23.5 | - |
| YUV | 122.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 130 | 0 | 0.33 | 0.16 | 0.39 | 329.41 | 0.2 | 0.51 |
| Hex | 9B | 68 | 82 | 0 | 21 | 10 | 27 | 149 | 14 | 33 |
| Octal | 233 | 150 | 202 | 0 | 41 | 20 | 47 | 511 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10000010 | 0 | 100001 | 10000 | 100111 | 101001001 | 10100 | 110011 |
Color Harmonies of #9B6882
Complementary color
Monochromatic Colors of #9B6882
Black with #9B6882
Text Example
Text Example
White with #9B6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6882; }
p { color: rgb(155,104,130); }
H1.HeaderClassName
{
color: #9B6882;
}
.AnyTagClassName
{
color: #9B6882;
}
</style>
background-color css
<style>
a { background-color: #9B6882; }
a { background-color: rgb(155,104,130); }
div.DivClassName
{
background-color: #9B6882;
}
.BgClassName
{
background-color: #9B6882;
}
</style>
border-color css
<style>
span { border-color: #9B6882; }
span { border-color: rgb(155,104,130); }
td.TdClassName
{
border-color: #9B6882;
}
.TagClassName
{
border-color: #9B6882;
}
</style>