Shades of Strikemaster #9B5A7D
Tints of Strikemaster #9B5A7D
RGB
CMYK
RGB Variations
Color information
#9B5A7D (or 0x9B5A7D) is known color: Strikemaster. HEX triplet: 9B, 5A and 7D. RGB value is (155,90,125). Sum of RGB (Red+Green+Blue) = 155+90+125=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A7D is #64A582. Grayscale: #717171. Windows color (decimal): -6595971 or 8215195. OLE color: 8215195.
HSL color Cylindrical-coordinate representation of color #9B5A7D: hue angle of 327.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A7D is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 125 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.39 |
| HSL | 327.69º | 0.27% | 0.48% | - |
| HSV(B) | 327.69º | 0.42% | 0.61% | - |
| XYZ | 20.88 | 15.76 | 21.34 | - |
| YUV | 113.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 125 | 0 | 0.42 | 0.19 | 0.39 | 327.69 | 0.27 | 0.48 |
| Hex | 9B | 5A | 7D | 0 | 2A | 13 | 27 | 148 | 1B | 30 |
| Octal | 233 | 132 | 175 | 0 | 52 | 23 | 47 | 510 | 33 | 60 |
| Binary | 10011011 | 1011010 | 1111101 | 0 | 101010 | 10011 | 100111 | 101001000 | 11011 | 110000 |
Color Harmonies of #9B5A7D
Complementary color
Monochromatic Colors of #9B5A7D
Black with #9B5A7D
Text Example
Text Example
White with #9B5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A7D; }
p { color: rgb(155,90,125); }
H1.HeaderClassName
{
color: #9B5A7D;
}
.AnyTagClassName
{
color: #9B5A7D;
}
</style>
background-color css
<style>
a { background-color: #9B5A7D; }
a { background-color: rgb(155,90,125); }
div.DivClassName
{
background-color: #9B5A7D;
}
.BgClassName
{
background-color: #9B5A7D;
}
</style>
border-color css
<style>
span { border-color: #9B5A7D; }
span { border-color: rgb(155,90,125); }
td.TdClassName
{
border-color: #9B5A7D;
}
.TagClassName
{
border-color: #9B5A7D;
}
</style>