Shades of Strikemaster #9C668C
Tints of Strikemaster #9C668C
RGB
CMYK
RGB Variations
Color information
#9C668C (or 0x9C668C) is known color: Strikemaster. HEX triplet: 9C, 66 and 8C. RGB value is (156,102,140). Sum of RGB (Red+Green+Blue) = 156+102+140=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C668C is #639973. Grayscale: #7A7A7A. Windows color (decimal): -6527348 or 9201308. OLE color: 9201308.
HSL color Cylindrical-coordinate representation of color #9C668C: hue angle of 317.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C668C is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 140 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.39 |
| HSL | 317.78º | 0.21% | 0.51% | - |
| HSV(B) | 317.78º | 0.35% | 0.61% | - |
| XYZ | 23.2 | 18.46 | 27.15 | - |
| YUV | 122.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 140 | 0 | 0.35 | 0.10 | 0.39 | 317.78 | 0.21 | 0.51 |
| Hex | 9C | 66 | 8C | 0 | 23 | A | 27 | 13E | 15 | 33 |
| Octal | 234 | 146 | 214 | 0 | 43 | 12 | 47 | 476 | 25 | 63 |
| Binary | 10011100 | 1100110 | 10001100 | 0 | 100011 | 1010 | 100111 | 100111110 | 10101 | 110011 |
Color Harmonies of #9C668C
Complementary color
Monochromatic Colors of #9C668C
Black with #9C668C
Text Example
Text Example
White with #9C668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C668C; }
p { color: rgb(156,102,140); }
H1.HeaderClassName
{
color: #9C668C;
}
.AnyTagClassName
{
color: #9C668C;
}
</style>
background-color css
<style>
a { background-color: #9C668C; }
a { background-color: rgb(156,102,140); }
div.DivClassName
{
background-color: #9C668C;
}
.BgClassName
{
background-color: #9C668C;
}
</style>
border-color css
<style>
span { border-color: #9C668C; }
span { border-color: rgb(156,102,140); }
td.TdClassName
{
border-color: #9C668C;
}
.TagClassName
{
border-color: #9C668C;
}
</style>