Shades of Strikemaster #9C5381
Tints of Strikemaster #9C5381
RGB
CMYK
RGB Variations
Color information
#9C5381 (or 0x9C5381) is known color: Strikemaster. HEX triplet: 9C, 53 and 81. RGB value is (156,83,129). Sum of RGB (Red+Green+Blue) = 156+83+129=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5381 is #63AC7E. Grayscale: #6D6D6D. Windows color (decimal): -6532223 or 8475548. OLE color: 8475548.
HSL color Cylindrical-coordinate representation of color #9C5381: hue angle of 322.19º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5381 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 129 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.39 |
| HSL | 322.19º | 0.31% | 0.47% | - |
| HSV(B) | 322.19º | 0.47% | 0.61% | - |
| XYZ | 20.77 | 14.84 | 22.54 | - |
| YUV | 110.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 129 | 0 | 0.47 | 0.17 | 0.39 | 322.19 | 0.31 | 0.47 |
| Hex | 9C | 53 | 81 | 0 | 2F | 11 | 27 | 142 | 1F | 2F |
| Octal | 234 | 123 | 201 | 0 | 57 | 21 | 47 | 502 | 37 | 57 |
| Binary | 10011100 | 1010011 | 10000001 | 0 | 101111 | 10001 | 100111 | 101000010 | 11111 | 101111 |
Color Harmonies of #9C5381
Complementary color
Monochromatic Colors of #9C5381
Black with #9C5381
Text Example
Text Example
White with #9C5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5381; }
p { color: rgb(156,83,129); }
H1.HeaderClassName
{
color: #9C5381;
}
.AnyTagClassName
{
color: #9C5381;
}
</style>
background-color css
<style>
a { background-color: #9C5381; }
a { background-color: rgb(156,83,129); }
div.DivClassName
{
background-color: #9C5381;
}
.BgClassName
{
background-color: #9C5381;
}
</style>
border-color css
<style>
span { border-color: #9C5381; }
span { border-color: rgb(156,83,129); }
td.TdClassName
{
border-color: #9C5381;
}
.TagClassName
{
border-color: #9C5381;
}
</style>