Shades of Violet Blue #986698
Tints of Violet Blue #986698
RGB
CMYK
RGB Variations
Color information
#986698 (or 0x986698) is known color: Violet Blue. HEX triplet: 98, 66 and 98. RGB value is (152,102,152). Sum of RGB (Red+Green+Blue) = 152+102+152=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #986698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986698 is #679967. Grayscale: #7A7A7A. Windows color (decimal): -6789480 or 9987736. OLE color: 9987736.
HSL color Cylindrical-coordinate representation of color #986698: hue angle of 300º 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 #986698 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 152 | - |
| CMYK | 0 | 0.33 | 0 | 0.40 |
| HSL | 300º | 0.2% | 0.5% | - |
| HSV(B) | 300º | 0.33% | 0.6% | - |
| XYZ | 23.37 | 18.45 | 32.03 | - |
| YUV | 122.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 152 | 0 | 0.33 | 0 | 0.40 | 300 | 0.2 | 0.5 |
| Hex | 98 | 66 | 98 | 0 | 21 | 0 | 28 | 12C | 14 | 32 |
| Octal | 230 | 146 | 230 | 0 | 41 | 0 | 50 | 454 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10011000 | 0 | 100001 | 0 | 101000 | 100101100 | 10100 | 110010 |
Color Harmonies of #986698
Complementary color
Monochromatic Colors of #986698
Black with #986698
Text Example
Text Example
White with #986698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986698; }
p { color: rgb(152,102,152); }
H1.HeaderClassName
{
color: #986698;
}
.AnyTagClassName
{
color: #986698;
}
</style>
background-color css
<style>
a { background-color: #986698; }
a { background-color: rgb(152,102,152); }
div.DivClassName
{
background-color: #986698;
}
.BgClassName
{
background-color: #986698;
}
</style>
border-color css
<style>
span { border-color: #986698; }
span { border-color: rgb(152,102,152); }
td.TdClassName
{
border-color: #986698;
}
.TagClassName
{
border-color: #986698;
}
</style>