Shades of Strikemaster #9B527B
Tints of Strikemaster #9B527B
RGB
CMYK
RGB Variations
Color information
#9B527B (or 0x9B527B) is known color: Strikemaster. HEX triplet: 9B, 52 and 7B. RGB value is (155,82,123). Sum of RGB (Red+Green+Blue) = 155+82+123=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B527B is #64AD84. Grayscale: #6C6C6C. Windows color (decimal): -6598021 or 8082075. OLE color: 8082075.
HSL color Cylindrical-coordinate representation of color #9B527B: hue angle of 326.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B527B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 123 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.39 |
| HSL | 326.3º | 0.31% | 0.46% | - |
| HSV(B) | 326.3º | 0.47% | 0.61% | - |
| XYZ | 20.11 | 14.43 | 20.46 | - |
| YUV | 108.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 123 | 0 | 0.47 | 0.21 | 0.39 | 326.3 | 0.31 | 0.46 |
| Hex | 9B | 52 | 7B | 0 | 2F | 15 | 27 | 146 | 1F | 2E |
| Octal | 233 | 122 | 173 | 0 | 57 | 25 | 47 | 506 | 37 | 56 |
| Binary | 10011011 | 1010010 | 1111011 | 0 | 101111 | 10101 | 100111 | 101000110 | 11111 | 101110 |
Color Harmonies of #9B527B
Complementary color
Monochromatic Colors of #9B527B
Black with #9B527B
Text Example
Text Example
White with #9B527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B527B; }
p { color: rgb(155,82,123); }
H1.HeaderClassName
{
color: #9B527B;
}
.AnyTagClassName
{
color: #9B527B;
}
</style>
background-color css
<style>
a { background-color: #9B527B; }
a { background-color: rgb(155,82,123); }
div.DivClassName
{
background-color: #9B527B;
}
.BgClassName
{
background-color: #9B527B;
}
</style>
border-color css
<style>
span { border-color: #9B527B; }
span { border-color: rgb(155,82,123); }
td.TdClassName
{
border-color: #9B527B;
}
.TagClassName
{
border-color: #9B527B;
}
</style>