Shades of Strikemaster #9D528A
Tints of Strikemaster #9D528A
RGB
CMYK
RGB Variations
Color information
#9D528A (or 0x9D528A) is known color: Strikemaster. HEX triplet: 9D, 52 and 8A. RGB value is (157,82,138). Sum of RGB (Red+Green+Blue) = 157+82+138=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D528A is #62AD75. Grayscale: #6E6E6E. Windows color (decimal): -6466934 or 9065117. OLE color: 9065117.
HSL color Cylindrical-coordinate representation of color #9D528A: hue angle of 315.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 #9D528A is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 138 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.38 |
| HSL | 315.2º | 0.31% | 0.47% | - |
| HSV(B) | 315.2º | 0.48% | 0.62% | - |
| XYZ | 21.51 | 15.04 | 25.81 | - |
| YUV | 110.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 138 | 0 | 0.48 | 0.12 | 0.38 | 315.2 | 0.31 | 0.47 |
| Hex | 9D | 52 | 8A | 0 | 30 | C | 26 | 13B | 1F | 2F |
| Octal | 235 | 122 | 212 | 0 | 60 | 14 | 46 | 473 | 37 | 57 |
| Binary | 10011101 | 1010010 | 10001010 | 0 | 110000 | 1100 | 100110 | 100111011 | 11111 | 101111 |
Color Harmonies of #9D528A
Complementary color
Monochromatic Colors of #9D528A
Black with #9D528A
Text Example
Text Example
White with #9D528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D528A; }
p { color: rgb(157,82,138); }
H1.HeaderClassName
{
color: #9D528A;
}
.AnyTagClassName
{
color: #9D528A;
}
</style>
background-color css
<style>
a { background-color: #9D528A; }
a { background-color: rgb(157,82,138); }
div.DivClassName
{
background-color: #9D528A;
}
.BgClassName
{
background-color: #9D528A;
}
</style>
border-color css
<style>
span { border-color: #9D528A; }
span { border-color: rgb(157,82,138); }
td.TdClassName
{
border-color: #9D528A;
}
.TagClassName
{
border-color: #9D528A;
}
</style>