Shades of Violet Blue #986F9C
Tints of Violet Blue #986F9C
RGB
CMYK
RGB Variations
Color information
#986F9C (or 0x986F9C) is known color: Violet Blue. HEX triplet: 98, 6F and 9C. RGB value is (152,111,156). Sum of RGB (Red+Green+Blue) = 152+111+156=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #986F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F9C is #679063. Grayscale: #808080. Windows color (decimal): -6787172 or 10252184. OLE color: 10252184.
HSL color Cylindrical-coordinate representation of color #986F9C: hue angle of 294.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986F9C is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 111 | 156 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.39 |
| HSL | 294.67º | 0.19% | 0.52% | - |
| HSV(B) | 294.67º | 0.29% | 0.61% | - |
| XYZ | 24.63 | 20.44 | 34.1 | - |
| YUV | 128.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 156 | 0.03 | 0.29 | 0 | 0.39 | 294.67 | 0.19 | 0.52 |
| Hex | 98 | 6F | 9C | 3 | 1D | 0 | 27 | 127 | 13 | 34 |
| Octal | 230 | 157 | 234 | 3 | 35 | 0 | 47 | 447 | 23 | 64 |
| Binary | 10011000 | 1101111 | 10011100 | 11 | 11101 | 0 | 100111 | 100100111 | 10011 | 110100 |
Color Harmonies of #986F9C
Complementary color
Monochromatic Colors of #986F9C
Black with #986F9C
Text Example
Text Example
White with #986F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F9C; }
p { color: rgb(152,111,156); }
H1.HeaderClassName
{
color: #986F9C;
}
.AnyTagClassName
{
color: #986F9C;
}
</style>
background-color css
<style>
a { background-color: #986F9C; }
a { background-color: rgb(152,111,156); }
div.DivClassName
{
background-color: #986F9C;
}
.BgClassName
{
background-color: #986F9C;
}
</style>
border-color css
<style>
span { border-color: #986F9C; }
span { border-color: rgb(152,111,156); }
td.TdClassName
{
border-color: #986F9C;
}
.TagClassName
{
border-color: #986F9C;
}
</style>