Shades of Strikemaster #9B5583
Tints of Strikemaster #9B5583
RGB
CMYK
RGB Variations
Color information
#9B5583 (or 0x9B5583) is known color: Strikemaster. HEX triplet: 9B, 55 and 83. RGB value is (155,85,131). Sum of RGB (Red+Green+Blue) = 155+85+131=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5583 is #64AA7C. Grayscale: #6F6F6F. Windows color (decimal): -6597245 or 8607131. OLE color: 8607131.
HSL color Cylindrical-coordinate representation of color #9B5583: hue angle of 320.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5583 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 131 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.39 |
| HSL | 320.57º | 0.29% | 0.47% | - |
| HSV(B) | 320.57º | 0.45% | 0.61% | - |
| XYZ | 20.86 | 15.1 | 23.29 | - |
| YUV | 111.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 131 | 0 | 0.45 | 0.15 | 0.39 | 320.57 | 0.29 | 0.47 |
| Hex | 9B | 55 | 83 | 0 | 2D | F | 27 | 141 | 1D | 2F |
| Octal | 233 | 125 | 203 | 0 | 55 | 17 | 47 | 501 | 35 | 57 |
| Binary | 10011011 | 1010101 | 10000011 | 0 | 101101 | 1111 | 100111 | 101000001 | 11101 | 101111 |
Color Harmonies of #9B5583
Complementary color
Monochromatic Colors of #9B5583
Black with #9B5583
Text Example
Text Example
White with #9B5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5583; }
p { color: rgb(155,85,131); }
H1.HeaderClassName
{
color: #9B5583;
}
.AnyTagClassName
{
color: #9B5583;
}
</style>
background-color css
<style>
a { background-color: #9B5583; }
a { background-color: rgb(155,85,131); }
div.DivClassName
{
background-color: #9B5583;
}
.BgClassName
{
background-color: #9B5583;
}
</style>
border-color css
<style>
span { border-color: #9B5583; }
span { border-color: rgb(155,85,131); }
td.TdClassName
{
border-color: #9B5583;
}
.TagClassName
{
border-color: #9B5583;
}
</style>