Shades of Violet Blue #986894
Tints of Violet Blue #986894
RGB
CMYK
RGB Variations
Color information
#986894 (or 0x986894) is known color: Violet Blue. HEX triplet: 98, 68 and 94. RGB value is (152,104,148). Sum of RGB (Red+Green+Blue) = 152+104+148=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #986894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986894 is #67976B. Grayscale: #7B7B7B. Windows color (decimal): -6788972 or 9726104. OLE color: 9726104.
HSL color Cylindrical-coordinate representation of color #986894: hue angle of 305º 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 #986894 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 148 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.40 |
| HSL | 305º | 0.19% | 0.5% | - |
| HSV(B) | 305º | 0.32% | 0.6% | - |
| XYZ | 23.24 | 18.71 | 30.4 | - |
| YUV | 123.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 148 | 0 | 0.32 | 0.03 | 0.40 | 305 | 0.19 | 0.5 |
| Hex | 98 | 68 | 94 | 0 | 20 | 3 | 28 | 131 | 13 | 32 |
| Octal | 230 | 150 | 224 | 0 | 40 | 3 | 50 | 461 | 23 | 62 |
| Binary | 10011000 | 1101000 | 10010100 | 0 | 100000 | 11 | 101000 | 100110001 | 10011 | 110010 |
Color Harmonies of #986894
Complementary color
Monochromatic Colors of #986894
Black with #986894
Text Example
Text Example
White with #986894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986894; }
p { color: rgb(152,104,148); }
H1.HeaderClassName
{
color: #986894;
}
.AnyTagClassName
{
color: #986894;
}
</style>
background-color css
<style>
a { background-color: #986894; }
a { background-color: rgb(152,104,148); }
div.DivClassName
{
background-color: #986894;
}
.BgClassName
{
background-color: #986894;
}
</style>
border-color css
<style>
span { border-color: #986894; }
span { border-color: rgb(152,104,148); }
td.TdClassName
{
border-color: #986894;
}
.TagClassName
{
border-color: #986894;
}
</style>