Shades of Violet Blue #987194
Tints of Violet Blue #987194
RGB
CMYK
RGB Variations
Color information
#987194 (or 0x987194) is known color: Violet Blue. HEX triplet: 98, 71 and 94. RGB value is (152,113,148). Sum of RGB (Red+Green+Blue) = 152+113+148=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #987194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987194 is #678E6B. Grayscale: #808080. Windows color (decimal): -6786668 or 9728408. OLE color: 9728408.
HSL color Cylindrical-coordinate representation of color #987194: hue angle of 306.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987194 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 148 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.40 |
| HSL | 306.15º | 0.16% | 0.52% | - |
| HSV(B) | 306.15º | 0.26% | 0.6% | - |
| XYZ | 24.2 | 20.62 | 30.72 | - |
| YUV | 128.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 148 | 0 | 0.26 | 0.03 | 0.40 | 306.15 | 0.16 | 0.52 |
| Hex | 98 | 71 | 94 | 0 | 1A | 3 | 28 | 132 | 10 | 34 |
| Octal | 230 | 161 | 224 | 0 | 32 | 3 | 50 | 462 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10010100 | 0 | 11010 | 11 | 101000 | 100110010 | 10000 | 110100 |
Color Harmonies of #987194
Complementary color
Monochromatic Colors of #987194
Black with #987194
Text Example
Text Example
White with #987194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987194; }
p { color: rgb(152,113,148); }
H1.HeaderClassName
{
color: #987194;
}
.AnyTagClassName
{
color: #987194;
}
</style>
background-color css
<style>
a { background-color: #987194; }
a { background-color: rgb(152,113,148); }
div.DivClassName
{
background-color: #987194;
}
.BgClassName
{
background-color: #987194;
}
</style>
border-color css
<style>
span { border-color: #987194; }
span { border-color: rgb(152,113,148); }
td.TdClassName
{
border-color: #987194;
}
.TagClassName
{
border-color: #987194;
}
</style>