Shades of Violet Blue #986D9A
Tints of Violet Blue #986D9A
RGB
CMYK
RGB Variations
Color information
#986D9A (or 0x986D9A) is known color: Violet Blue. HEX triplet: 98, 6D and 9A. RGB value is (152,109,154). Sum of RGB (Red+Green+Blue) = 152+109+154=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #986D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D9A is #679265. Grayscale: #7E7E7E. Windows color (decimal): -6787686 or 10120600. OLE color: 10120600.
HSL color Cylindrical-coordinate representation of color #986D9A: hue angle of 297.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986D9A is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 154 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.40 |
| HSL | 297.33º | 0.18% | 0.52% | - |
| HSV(B) | 297.33º | 0.29% | 0.6% | - |
| XYZ | 24.25 | 19.95 | 33.14 | - |
| YUV | 126.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 154 | 0.01 | 0.29 | 0 | 0.40 | 297.33 | 0.18 | 0.52 |
| Hex | 98 | 6D | 9A | 1 | 1D | 0 | 28 | 129 | 12 | 34 |
| Octal | 230 | 155 | 232 | 1 | 35 | 0 | 50 | 451 | 22 | 64 |
| Binary | 10011000 | 1101101 | 10011010 | 1 | 11101 | 0 | 101000 | 100101001 | 10010 | 110100 |
Color Harmonies of #986D9A
Complementary color
Monochromatic Colors of #986D9A
Black with #986D9A
Text Example
Text Example
White with #986D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D9A; }
p { color: rgb(152,109,154); }
H1.HeaderClassName
{
color: #986D9A;
}
.AnyTagClassName
{
color: #986D9A;
}
</style>
background-color css
<style>
a { background-color: #986D9A; }
a { background-color: rgb(152,109,154); }
div.DivClassName
{
background-color: #986D9A;
}
.BgClassName
{
background-color: #986D9A;
}
</style>
border-color css
<style>
span { border-color: #986D9A; }
span { border-color: rgb(152,109,154); }
td.TdClassName
{
border-color: #986D9A;
}
.TagClassName
{
border-color: #986D9A;
}
</style>