Shades of Violet Blue #986694
Tints of Violet Blue #986694
RGB
CMYK
RGB Variations
Color information
#986694 (or 0x986694) is known color: Violet Blue. HEX triplet: 98, 66 and 94. RGB value is (152,102,148). Sum of RGB (Red+Green+Blue) = 152+102+148=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #986694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986694 is #67996B. Grayscale: #7A7A7A. Windows color (decimal): -6789484 or 9725592. OLE color: 9725592.
HSL color Cylindrical-coordinate representation of color #986694: hue angle of 304.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986694 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 148 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.40 |
| HSL | 304.8º | 0.2% | 0.5% | - |
| HSV(B) | 304.8º | 0.33% | 0.6% | - |
| XYZ | 23.05 | 18.32 | 30.34 | - |
| YUV | 122.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 148 | 0 | 0.33 | 0.03 | 0.40 | 304.8 | 0.2 | 0.5 |
| Hex | 98 | 66 | 94 | 0 | 21 | 3 | 28 | 131 | 14 | 32 |
| Octal | 230 | 146 | 224 | 0 | 41 | 3 | 50 | 461 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10010100 | 0 | 100001 | 11 | 101000 | 100110001 | 10100 | 110010 |
Color Harmonies of #986694
Complementary color
Monochromatic Colors of #986694
Black with #986694
Text Example
Text Example
White with #986694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986694; }
p { color: rgb(152,102,148); }
H1.HeaderClassName
{
color: #986694;
}
.AnyTagClassName
{
color: #986694;
}
</style>
background-color css
<style>
a { background-color: #986694; }
a { background-color: rgb(152,102,148); }
div.DivClassName
{
background-color: #986694;
}
.BgClassName
{
background-color: #986694;
}
</style>
border-color css
<style>
span { border-color: #986694; }
span { border-color: rgb(152,102,148); }
td.TdClassName
{
border-color: #986694;
}
.TagClassName
{
border-color: #986694;
}
</style>