Shades of Strikemaster #9D608B
Tints of Strikemaster #9D608B
RGB
CMYK
RGB Variations
Color information
#9D608B (or 0x9D608B) is known color: Strikemaster. HEX triplet: 9D, 60 and 8B. RGB value is (157,96,139). Sum of RGB (Red+Green+Blue) = 157+96+139=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D608B is #629F74. Grayscale: #777777. Windows color (decimal): -6463349 or 9134237. OLE color: 9134237.
HSL color Cylindrical-coordinate representation of color #9D608B: hue angle of 317.7º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D608B is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 139 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.38 |
| HSL | 317.7º | 0.24% | 0.5% | - |
| HSV(B) | 317.7º | 0.39% | 0.62% | - |
| XYZ | 22.75 | 17.4 | 26.59 | - |
| YUV | 119.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 139 | 0 | 0.39 | 0.11 | 0.38 | 317.7 | 0.24 | 0.5 |
| Hex | 9D | 60 | 8B | 0 | 27 | B | 26 | 13E | 18 | 32 |
| Octal | 235 | 140 | 213 | 0 | 47 | 13 | 46 | 476 | 30 | 62 |
| Binary | 10011101 | 1100000 | 10001011 | 0 | 100111 | 1011 | 100110 | 100111110 | 11000 | 110010 |
Color Harmonies of #9D608B
Complementary color
Monochromatic Colors of #9D608B
Black with #9D608B
Text Example
Text Example
White with #9D608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D608B; }
p { color: rgb(157,96,139); }
H1.HeaderClassName
{
color: #9D608B;
}
.AnyTagClassName
{
color: #9D608B;
}
</style>
background-color css
<style>
a { background-color: #9D608B; }
a { background-color: rgb(157,96,139); }
div.DivClassName
{
background-color: #9D608B;
}
.BgClassName
{
background-color: #9D608B;
}
</style>
border-color css
<style>
span { border-color: #9D608B; }
span { border-color: rgb(157,96,139); }
td.TdClassName
{
border-color: #9D608B;
}
.TagClassName
{
border-color: #9D608B;
}
</style>