Shades of Strikemaster #9C628B
Tints of Strikemaster #9C628B
RGB
CMYK
RGB Variations
Color information
#9C628B (or 0x9C628B) is known color: Strikemaster. HEX triplet: 9C, 62 and 8B. RGB value is (156,98,139). Sum of RGB (Red+Green+Blue) = 156+98+139=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C628B is #639D74. Grayscale: #777777. Windows color (decimal): -6528373 or 9134748. OLE color: 9134748.
HSL color Cylindrical-coordinate representation of color #9C628B: hue angle of 317.59º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C628B is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 139 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.39 |
| HSL | 317.59º | 0.23% | 0.5% | - |
| HSV(B) | 317.59º | 0.37% | 0.61% | - |
| XYZ | 22.74 | 17.67 | 26.64 | - |
| YUV | 120.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 139 | 0 | 0.37 | 0.11 | 0.39 | 317.59 | 0.23 | 0.5 |
| Hex | 9C | 62 | 8B | 0 | 25 | B | 27 | 13E | 17 | 32 |
| Octal | 234 | 142 | 213 | 0 | 45 | 13 | 47 | 476 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10001011 | 0 | 100101 | 1011 | 100111 | 100111110 | 10111 | 110010 |
Color Harmonies of #9C628B
Complementary color
Monochromatic Colors of #9C628B
Black with #9C628B
Text Example
Text Example
White with #9C628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C628B; }
p { color: rgb(156,98,139); }
H1.HeaderClassName
{
color: #9C628B;
}
.AnyTagClassName
{
color: #9C628B;
}
</style>
background-color css
<style>
a { background-color: #9C628B; }
a { background-color: rgb(156,98,139); }
div.DivClassName
{
background-color: #9C628B;
}
.BgClassName
{
background-color: #9C628B;
}
</style>
border-color css
<style>
span { border-color: #9C628B; }
span { border-color: rgb(156,98,139); }
td.TdClassName
{
border-color: #9C628B;
}
.TagClassName
{
border-color: #9C628B;
}
</style>