Shades of Strikemaster #9C658C
Tints of Strikemaster #9C658C
RGB
CMYK
RGB Variations
Color information
#9C658C (or 0x9C658C) is known color: Strikemaster. HEX triplet: 9C, 65 and 8C. RGB value is (156,101,140). Sum of RGB (Red+Green+Blue) = 156+101+140=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C658C is #639A73. Grayscale: #797979. Windows color (decimal): -6527604 or 9201052. OLE color: 9201052.
HSL color Cylindrical-coordinate representation of color #9C658C: hue angle of 317.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C658C is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 140 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.39 |
| HSL | 317.45º | 0.22% | 0.5% | - |
| HSV(B) | 317.45º | 0.35% | 0.61% | - |
| XYZ | 23.1 | 18.27 | 27.12 | - |
| YUV | 121.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 140 | 0 | 0.35 | 0.10 | 0.39 | 317.45 | 0.22 | 0.5 |
| Hex | 9C | 65 | 8C | 0 | 23 | A | 27 | 13D | 16 | 32 |
| Octal | 234 | 145 | 214 | 0 | 43 | 12 | 47 | 475 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10001100 | 0 | 100011 | 1010 | 100111 | 100111101 | 10110 | 110010 |
Color Harmonies of #9C658C
Complementary color
Monochromatic Colors of #9C658C
Black with #9C658C
Text Example
Text Example
White with #9C658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C658C; }
p { color: rgb(156,101,140); }
H1.HeaderClassName
{
color: #9C658C;
}
.AnyTagClassName
{
color: #9C658C;
}
</style>
background-color css
<style>
a { background-color: #9C658C; }
a { background-color: rgb(156,101,140); }
div.DivClassName
{
background-color: #9C658C;
}
.BgClassName
{
background-color: #9C658C;
}
</style>
border-color css
<style>
span { border-color: #9C658C; }
span { border-color: rgb(156,101,140); }
td.TdClassName
{
border-color: #9C658C;
}
.TagClassName
{
border-color: #9C658C;
}
</style>