Shades of Strikemaster #9B6682
Tints of Strikemaster #9B6682
RGB
CMYK
RGB Variations
Color information
#9B6682 (or 0x9B6682) is known color: Strikemaster. HEX triplet: 9B, 66 and 82. RGB value is (155,102,130). Sum of RGB (Red+Green+Blue) = 155+102+130=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6682 is #64997D. Grayscale: #787878. Windows color (decimal): -6592894 or 8545947. OLE color: 8545947.
HSL color Cylindrical-coordinate representation of color #9B6682: hue angle of 328.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6682 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 130 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.39 |
| HSL | 328.3º | 0.21% | 0.5% | - |
| HSV(B) | 328.3º | 0.34% | 0.61% | - |
| XYZ | 22.3 | 18.08 | 23.43 | - |
| YUV | 121.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 130 | 0 | 0.34 | 0.16 | 0.39 | 328.3 | 0.21 | 0.5 |
| Hex | 9B | 66 | 82 | 0 | 22 | 10 | 27 | 148 | 15 | 32 |
| Octal | 233 | 146 | 202 | 0 | 42 | 20 | 47 | 510 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10000010 | 0 | 100010 | 10000 | 100111 | 101001000 | 10101 | 110010 |
Color Harmonies of #9B6682
Complementary color
Monochromatic Colors of #9B6682
Black with #9B6682
Text Example
Text Example
White with #9B6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6682; }
p { color: rgb(155,102,130); }
H1.HeaderClassName
{
color: #9B6682;
}
.AnyTagClassName
{
color: #9B6682;
}
</style>
background-color css
<style>
a { background-color: #9B6682; }
a { background-color: rgb(155,102,130); }
div.DivClassName
{
background-color: #9B6682;
}
.BgClassName
{
background-color: #9B6682;
}
</style>
border-color css
<style>
span { border-color: #9B6682; }
span { border-color: rgb(155,102,130); }
td.TdClassName
{
border-color: #9B6682;
}
.TagClassName
{
border-color: #9B6682;
}
</style>