Shades of Strikemaster #9B6883
Tints of Strikemaster #9B6883
RGB
CMYK
RGB Variations
Color information
#9B6883 (or 0x9B6883) is known color: Strikemaster. HEX triplet: 9B, 68 and 83. RGB value is (155,104,131). Sum of RGB (Red+Green+Blue) = 155+104+131=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6883 is #64977C. Grayscale: #7A7A7A. Windows color (decimal): -6592381 or 8611995. OLE color: 8611995.
HSL color Cylindrical-coordinate representation of color #9B6883: hue angle of 328.24º 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 #9B6883 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 131 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.39 |
| HSL | 328.24º | 0.2% | 0.51% | - |
| HSV(B) | 328.24º | 0.33% | 0.61% | - |
| XYZ | 22.56 | 18.51 | 23.86 | - |
| YUV | 122.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 131 | 0 | 0.33 | 0.15 | 0.39 | 328.24 | 0.2 | 0.51 |
| Hex | 9B | 68 | 83 | 0 | 21 | F | 27 | 148 | 14 | 33 |
| Octal | 233 | 150 | 203 | 0 | 41 | 17 | 47 | 510 | 24 | 63 |
| Binary | 10011011 | 1101000 | 10000011 | 0 | 100001 | 1111 | 100111 | 101001000 | 10100 | 110011 |
Color Harmonies of #9B6883
Complementary color
Monochromatic Colors of #9B6883
Black with #9B6883
Text Example
Text Example
White with #9B6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6883; }
p { color: rgb(155,104,131); }
H1.HeaderClassName
{
color: #9B6883;
}
.AnyTagClassName
{
color: #9B6883;
}
</style>
background-color css
<style>
a { background-color: #9B6883; }
a { background-color: rgb(155,104,131); }
div.DivClassName
{
background-color: #9B6883;
}
.BgClassName
{
background-color: #9B6883;
}
</style>
border-color css
<style>
span { border-color: #9B6883; }
span { border-color: rgb(155,104,131); }
td.TdClassName
{
border-color: #9B6883;
}
.TagClassName
{
border-color: #9B6883;
}
</style>