Shades of Strikemaster #9F668C
Tints of Strikemaster #9F668C
RGB
CMYK
RGB Variations
Color information
#9F668C (or 0x9F668C) is known color: Strikemaster. HEX triplet: 9F, 66 and 8C. RGB value is (159,102,140). Sum of RGB (Red+Green+Blue) = 159+102+140=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F668C is #609973. Grayscale: #7B7B7B. Windows color (decimal): -6330740 or 9201311. OLE color: 9201311.
HSL color Cylindrical-coordinate representation of color #9F668C: hue angle of 320º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F668C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 140 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.38 |
| HSL | 320º | 0.23% | 0.51% | - |
| HSV(B) | 320º | 0.36% | 0.62% | - |
| XYZ | 23.78 | 18.77 | 27.18 | - |
| YUV | 123.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 140 | 0 | 0.36 | 0.12 | 0.38 | 320 | 0.23 | 0.51 |
| Hex | 9F | 66 | 8C | 0 | 24 | C | 26 | 140 | 17 | 33 |
| Octal | 237 | 146 | 214 | 0 | 44 | 14 | 46 | 500 | 27 | 63 |
| Binary | 10011111 | 1100110 | 10001100 | 0 | 100100 | 1100 | 100110 | 101000000 | 10111 | 110011 |
Color Harmonies of #9F668C
Complementary color
Monochromatic Colors of #9F668C
Black with #9F668C
Text Example
Text Example
White with #9F668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F668C; }
p { color: rgb(159,102,140); }
H1.HeaderClassName
{
color: #9F668C;
}
.AnyTagClassName
{
color: #9F668C;
}
</style>
background-color css
<style>
a { background-color: #9F668C; }
a { background-color: rgb(159,102,140); }
div.DivClassName
{
background-color: #9F668C;
}
.BgClassName
{
background-color: #9F668C;
}
</style>
border-color css
<style>
span { border-color: #9F668C; }
span { border-color: rgb(159,102,140); }
td.TdClassName
{
border-color: #9F668C;
}
.TagClassName
{
border-color: #9F668C;
}
</style>