Shades of Strikemaster #9C5F81
Tints of Strikemaster #9C5F81
RGB
CMYK
RGB Variations
Color information
#9C5F81 (or 0x9C5F81) is known color: Strikemaster. HEX triplet: 9C, 5F and 81. RGB value is (156,95,129). Sum of RGB (Red+Green+Blue) = 156+95+129=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F81 is #63A07E. Grayscale: #757575. Windows color (decimal): -6529151 or 8478620. OLE color: 8478620.
HSL color Cylindrical-coordinate representation of color #9C5F81: hue angle of 326.56º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C5F81 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 95 | 129 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.39 |
| HSL | 326.56º | 0.24% | 0.49% | - |
| HSV(B) | 326.56º | 0.39% | 0.61% | - |
| XYZ | 21.76 | 16.84 | 22.87 | - |
| YUV | 117.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 95 | 129 | 0 | 0.39 | 0.17 | 0.39 | 326.56 | 0.24 | 0.49 |
| Hex | 9C | 5F | 81 | 0 | 27 | 11 | 27 | 147 | 18 | 31 |
| Octal | 234 | 137 | 201 | 0 | 47 | 21 | 47 | 507 | 30 | 61 |
| Binary | 10011100 | 1011111 | 10000001 | 0 | 100111 | 10001 | 100111 | 101000111 | 11000 | 110001 |
Color Harmonies of #9C5F81
Complementary color
Monochromatic Colors of #9C5F81
Black with #9C5F81
Text Example
Text Example
White with #9C5F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5F81; }
p { color: rgb(156,95,129); }
H1.HeaderClassName
{
color: #9C5F81;
}
.AnyTagClassName
{
color: #9C5F81;
}
</style>
background-color css
<style>
a { background-color: #9C5F81; }
a { background-color: rgb(156,95,129); }
div.DivClassName
{
background-color: #9C5F81;
}
.BgClassName
{
background-color: #9C5F81;
}
</style>
border-color css
<style>
span { border-color: #9C5F81; }
span { border-color: rgb(156,95,129); }
td.TdClassName
{
border-color: #9C5F81;
}
.TagClassName
{
border-color: #9C5F81;
}
</style>