Shades of Strikemaster #9D527B
Tints of Strikemaster #9D527B
RGB
CMYK
RGB Variations
Color information
#9D527B (or 0x9D527B) is known color: Strikemaster. HEX triplet: 9D, 52 and 7B. RGB value is (157,82,123). Sum of RGB (Red+Green+Blue) = 157+82+123=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D527B is #62AD84. Grayscale: #6D6D6D. Windows color (decimal): -6466949 or 8082077. OLE color: 8082077.
HSL color Cylindrical-coordinate representation of color #9D527B: hue angle of 327.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D527B is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 123 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.38 |
| HSL | 327.2º | 0.31% | 0.47% | - |
| HSV(B) | 327.2º | 0.48% | 0.62% | - |
| XYZ | 20.5 | 14.63 | 20.48 | - |
| YUV | 109.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 123 | 0 | 0.48 | 0.22 | 0.38 | 327.2 | 0.31 | 0.47 |
| Hex | 9D | 52 | 7B | 0 | 30 | 16 | 26 | 147 | 1F | 2F |
| Octal | 235 | 122 | 173 | 0 | 60 | 26 | 46 | 507 | 37 | 57 |
| Binary | 10011101 | 1010010 | 1111011 | 0 | 110000 | 10110 | 100110 | 101000111 | 11111 | 101111 |
Color Harmonies of #9D527B
Complementary color
Monochromatic Colors of #9D527B
Black with #9D527B
Text Example
Text Example
White with #9D527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D527B; }
p { color: rgb(157,82,123); }
H1.HeaderClassName
{
color: #9D527B;
}
.AnyTagClassName
{
color: #9D527B;
}
</style>
background-color css
<style>
a { background-color: #9D527B; }
a { background-color: rgb(157,82,123); }
div.DivClassName
{
background-color: #9D527B;
}
.BgClassName
{
background-color: #9D527B;
}
</style>
border-color css
<style>
span { border-color: #9D527B; }
span { border-color: rgb(157,82,123); }
td.TdClassName
{
border-color: #9D527B;
}
.TagClassName
{
border-color: #9D527B;
}
</style>