Shades of Strikemaster #9B527E
Tints of Strikemaster #9B527E
RGB
CMYK
RGB Variations
Color information
#9B527E (or 0x9B527E) is known color: Strikemaster. HEX triplet: 9B, 52 and 7E. RGB value is (155,82,126). Sum of RGB (Red+Green+Blue) = 155+82+126=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B527E is #64AD81. Grayscale: #6C6C6C. Windows color (decimal): -6598018 or 8278683. OLE color: 8278683.
HSL color Cylindrical-coordinate representation of color #9B527E: hue angle of 323.84º 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 #9B527E is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 126 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.39 |
| HSL | 323.84º | 0.31% | 0.46% | - |
| HSV(B) | 323.84º | 0.47% | 0.61% | - |
| XYZ | 20.3 | 14.51 | 21.47 | - |
| YUV | 108.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 126 | 0 | 0.47 | 0.19 | 0.39 | 323.84 | 0.31 | 0.46 |
| Hex | 9B | 52 | 7E | 0 | 2F | 13 | 27 | 144 | 1F | 2E |
| Octal | 233 | 122 | 176 | 0 | 57 | 23 | 47 | 504 | 37 | 56 |
| Binary | 10011011 | 1010010 | 1111110 | 0 | 101111 | 10011 | 100111 | 101000100 | 11111 | 101110 |
Color Harmonies of #9B527E
Complementary color
Monochromatic Colors of #9B527E
Black with #9B527E
Text Example
Text Example
White with #9B527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B527E; }
p { color: rgb(155,82,126); }
H1.HeaderClassName
{
color: #9B527E;
}
.AnyTagClassName
{
color: #9B527E;
}
</style>
background-color css
<style>
a { background-color: #9B527E; }
a { background-color: rgb(155,82,126); }
div.DivClassName
{
background-color: #9B527E;
}
.BgClassName
{
background-color: #9B527E;
}
</style>
border-color css
<style>
span { border-color: #9B527E; }
span { border-color: rgb(155,82,126); }
td.TdClassName
{
border-color: #9B527E;
}
.TagClassName
{
border-color: #9B527E;
}
</style>