Shades of Violet Blue #987294
Tints of Violet Blue #987294
RGB
CMYK
RGB Variations
Color information
#987294 (or 0x987294) is known color: Violet Blue. HEX triplet: 98, 72 and 94. RGB value is (152,114,148). Sum of RGB (Red+Green+Blue) = 152+114+148=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987294 is #678D6B. Grayscale: #818181. Windows color (decimal): -6786412 or 9728664. OLE color: 9728664.
HSL color Cylindrical-coordinate representation of color #987294: hue angle of 306.32º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987294 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 148 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.40 |
| HSL | 306.32º | 0.16% | 0.52% | - |
| HSV(B) | 306.32º | 0.25% | 0.6% | - |
| XYZ | 24.31 | 20.85 | 30.76 | - |
| YUV | 129.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 148 | 0 | 0.25 | 0.03 | 0.40 | 306.32 | 0.16 | 0.52 |
| Hex | 98 | 72 | 94 | 0 | 19 | 3 | 28 | 132 | 10 | 34 |
| Octal | 230 | 162 | 224 | 0 | 31 | 3 | 50 | 462 | 20 | 64 |
| Binary | 10011000 | 1110010 | 10010100 | 0 | 11001 | 11 | 101000 | 100110010 | 10000 | 110100 |
Color Harmonies of #987294
Complementary color
Monochromatic Colors of #987294
Black with #987294
Text Example
Text Example
White with #987294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987294; }
p { color: rgb(152,114,148); }
H1.HeaderClassName
{
color: #987294;
}
.AnyTagClassName
{
color: #987294;
}
</style>
background-color css
<style>
a { background-color: #987294; }
a { background-color: rgb(152,114,148); }
div.DivClassName
{
background-color: #987294;
}
.BgClassName
{
background-color: #987294;
}
</style>
border-color css
<style>
span { border-color: #987294; }
span { border-color: rgb(152,114,148); }
td.TdClassName
{
border-color: #987294;
}
.TagClassName
{
border-color: #987294;
}
</style>