Shades of Strikemaster #97668C
Tints of Strikemaster #97668C
RGB
CMYK
RGB Variations
Color information
#97668C (or 0x97668C) is known color: Strikemaster. HEX triplet: 97, 66 and 8C. RGB value is (151,102,140). Sum of RGB (Red+Green+Blue) = 151+102+140=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97668C is #689973. Grayscale: #787878. Windows color (decimal): -6855028 or 9201303. OLE color: 9201303.
HSL color Cylindrical-coordinate representation of color #97668C: hue angle of 313.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97668C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 140 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.41 |
| HSL | 313.47º | 0.19% | 0.5% | - |
| HSV(B) | 313.47º | 0.32% | 0.59% | - |
| XYZ | 22.25 | 17.98 | 27.11 | - |
| YUV | 120.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 140 | 0 | 0.32 | 0.07 | 0.41 | 313.47 | 0.19 | 0.5 |
| Hex | 97 | 66 | 8C | 0 | 20 | 7 | 29 | 139 | 13 | 32 |
| Octal | 227 | 146 | 214 | 0 | 40 | 7 | 51 | 471 | 23 | 62 |
| Binary | 10010111 | 1100110 | 10001100 | 0 | 100000 | 111 | 101001 | 100111001 | 10011 | 110010 |
Color Harmonies of #97668C
Complementary color
Monochromatic Colors of #97668C
Black with #97668C
Text Example
Text Example
White with #97668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97668C; }
p { color: rgb(151,102,140); }
H1.HeaderClassName
{
color: #97668C;
}
.AnyTagClassName
{
color: #97668C;
}
</style>
background-color css
<style>
a { background-color: #97668C; }
a { background-color: rgb(151,102,140); }
div.DivClassName
{
background-color: #97668C;
}
.BgClassName
{
background-color: #97668C;
}
</style>
border-color css
<style>
span { border-color: #97668C; }
span { border-color: rgb(151,102,140); }
td.TdClassName
{
border-color: #97668C;
}
.TagClassName
{
border-color: #97668C;
}
</style>