Shades of Strikemaster #9B5385
Tints of Strikemaster #9B5385
RGB
CMYK
RGB Variations
Color information
#9B5385 (or 0x9B5385) is known color: Strikemaster. HEX triplet: 9B, 53 and 85. RGB value is (155,83,133). Sum of RGB (Red+Green+Blue) = 155+83+133=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5385 is #64AC7A. Grayscale: #6E6E6E. Windows color (decimal): -6597755 or 8737691. OLE color: 8737691.
HSL color Cylindrical-coordinate representation of color #9B5385: hue angle of 318.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5385 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 133 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.39 |
| HSL | 318.33º | 0.3% | 0.47% | - |
| HSV(B) | 318.33º | 0.46% | 0.61% | - |
| XYZ | 20.84 | 14.85 | 23.96 | - |
| YUV | 110.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 133 | 0 | 0.46 | 0.14 | 0.39 | 318.33 | 0.3 | 0.47 |
| Hex | 9B | 53 | 85 | 0 | 2E | E | 27 | 13E | 1E | 2F |
| Octal | 233 | 123 | 205 | 0 | 56 | 16 | 47 | 476 | 36 | 57 |
| Binary | 10011011 | 1010011 | 10000101 | 0 | 101110 | 1110 | 100111 | 100111110 | 11110 | 101111 |
Color Harmonies of #9B5385
Complementary color
Monochromatic Colors of #9B5385
Black with #9B5385
Text Example
Text Example
White with #9B5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5385; }
p { color: rgb(155,83,133); }
H1.HeaderClassName
{
color: #9B5385;
}
.AnyTagClassName
{
color: #9B5385;
}
</style>
background-color css
<style>
a { background-color: #9B5385; }
a { background-color: rgb(155,83,133); }
div.DivClassName
{
background-color: #9B5385;
}
.BgClassName
{
background-color: #9B5385;
}
</style>
border-color css
<style>
span { border-color: #9B5385; }
span { border-color: rgb(155,83,133); }
td.TdClassName
{
border-color: #9B5385;
}
.TagClassName
{
border-color: #9B5385;
}
</style>