Shades of Strikemaster #98678C
Tints of Strikemaster #98678C
RGB
CMYK
RGB Variations
Color information
#98678C (or 0x98678C) is known color: Strikemaster. HEX triplet: 98, 67 and 8C. RGB value is (152,103,140). Sum of RGB (Red+Green+Blue) = 152+103+140=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678C is #679873. Grayscale: #797979. Windows color (decimal): -6789236 or 9201560. OLE color: 9201560.
HSL color Cylindrical-coordinate representation of color #98678C: hue angle of 314.69º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98678C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 140 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.40 |
| HSL | 314.69º | 0.19% | 0.5% | - |
| HSV(B) | 314.69º | 0.32% | 0.6% | - |
| XYZ | 22.53 | 18.27 | 27.15 | - |
| YUV | 121.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 140 | 0 | 0.32 | 0.08 | 0.40 | 314.69 | 0.19 | 0.5 |
| Hex | 98 | 67 | 8C | 0 | 20 | 8 | 28 | 13B | 13 | 32 |
| Octal | 230 | 147 | 214 | 0 | 40 | 10 | 50 | 473 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10001100 | 0 | 100000 | 1000 | 101000 | 100111011 | 10011 | 110010 |
Color Harmonies of #98678C
Complementary color
Monochromatic Colors of #98678C
Black with #98678C
Text Example
Text Example
White with #98678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98678C; }
p { color: rgb(152,103,140); }
H1.HeaderClassName
{
color: #98678C;
}
.AnyTagClassName
{
color: #98678C;
}
</style>
background-color css
<style>
a { background-color: #98678C; }
a { background-color: rgb(152,103,140); }
div.DivClassName
{
background-color: #98678C;
}
.BgClassName
{
background-color: #98678C;
}
</style>
border-color css
<style>
span { border-color: #98678C; }
span { border-color: rgb(152,103,140); }
td.TdClassName
{
border-color: #98678C;
}
.TagClassName
{
border-color: #98678C;
}
</style>