Shades of Strikemaster #9D5B7A
Tints of Strikemaster #9D5B7A
RGB
CMYK
RGB Variations
Color information
#9D5B7A (or 0x9D5B7A) is known color: Strikemaster. HEX triplet: 9D, 5B and 7A. RGB value is (157,91,122). Sum of RGB (Red+Green+Blue) = 157+91+122=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B7A is #62A485. Grayscale: #727272. Windows color (decimal): -6464646 or 8018845. OLE color: 8018845.
HSL color Cylindrical-coordinate representation of color #9D5B7A: hue angle of 331.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B7A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 122 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.38 |
| HSL | 331.82º | 0.27% | 0.49% | - |
| HSV(B) | 331.82º | 0.42% | 0.62% | - |
| XYZ | 21.16 | 16.06 | 20.4 | - |
| YUV | 114.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 122 | 0 | 0.42 | 0.22 | 0.38 | 331.82 | 0.27 | 0.49 |
| Hex | 9D | 5B | 7A | 0 | 2A | 16 | 26 | 14C | 1B | 31 |
| Octal | 235 | 133 | 172 | 0 | 52 | 26 | 46 | 514 | 33 | 61 |
| Binary | 10011101 | 1011011 | 1111010 | 0 | 101010 | 10110 | 100110 | 101001100 | 11011 | 110001 |
Color Harmonies of #9D5B7A
Complementary color
Monochromatic Colors of #9D5B7A
Black with #9D5B7A
Text Example
Text Example
White with #9D5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B7A; }
p { color: rgb(157,91,122); }
H1.HeaderClassName
{
color: #9D5B7A;
}
.AnyTagClassName
{
color: #9D5B7A;
}
</style>
background-color css
<style>
a { background-color: #9D5B7A; }
a { background-color: rgb(157,91,122); }
div.DivClassName
{
background-color: #9D5B7A;
}
.BgClassName
{
background-color: #9D5B7A;
}
</style>
border-color css
<style>
span { border-color: #9D5B7A; }
span { border-color: rgb(157,91,122); }
td.TdClassName
{
border-color: #9D5B7A;
}
.TagClassName
{
border-color: #9D5B7A;
}
</style>