Shades of Strikemaster #9D4E7B
Tints of Strikemaster #9D4E7B
RGB
CMYK
RGB Variations
Color information
#9D4E7B (or 0x9D4E7B) is known color: Strikemaster. HEX triplet: 9D, 4E and 7B. RGB value is (157,78,123). Sum of RGB (Red+Green+Blue) = 157+78+123=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E7B is #62B184. Grayscale: #6A6A6A. Windows color (decimal): -6467973 or 8081053. OLE color: 8081053.
HSL color Cylindrical-coordinate representation of color #9D4E7B: hue angle of 325.82º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E7B is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 123 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.38 |
| HSL | 325.82º | 0.34% | 0.46% | - |
| HSV(B) | 325.82º | 0.5% | 0.62% | - |
| XYZ | 20.2 | 14.05 | 20.39 | - |
| YUV | 106.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 123 | 0 | 0.50 | 0.22 | 0.38 | 325.82 | 0.34 | 0.46 |
| Hex | 9D | 4E | 7B | 0 | 32 | 16 | 26 | 146 | 22 | 2E |
| Octal | 235 | 116 | 173 | 0 | 62 | 26 | 46 | 506 | 42 | 56 |
| Binary | 10011101 | 1001110 | 1111011 | 0 | 110010 | 10110 | 100110 | 101000110 | 100010 | 101110 |
Color Harmonies of #9D4E7B
Complementary color
Monochromatic Colors of #9D4E7B
Black with #9D4E7B
Text Example
Text Example
White with #9D4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E7B; }
p { color: rgb(157,78,123); }
H1.HeaderClassName
{
color: #9D4E7B;
}
.AnyTagClassName
{
color: #9D4E7B;
}
</style>
background-color css
<style>
a { background-color: #9D4E7B; }
a { background-color: rgb(157,78,123); }
div.DivClassName
{
background-color: #9D4E7B;
}
.BgClassName
{
background-color: #9D4E7B;
}
</style>
border-color css
<style>
span { border-color: #9D4E7B; }
span { border-color: rgb(157,78,123); }
td.TdClassName
{
border-color: #9D4E7B;
}
.TagClassName
{
border-color: #9D4E7B;
}
</style>