Shades of Violet Blue #986795
Tints of Violet Blue #986795
RGB
CMYK
RGB Variations
Color information
#986795 (or 0x986795) is known color: Violet Blue. HEX triplet: 98, 67 and 95. RGB value is (152,103,149). Sum of RGB (Red+Green+Blue) = 152+103+149=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #986795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986795 is #67986A. Grayscale: #7A7A7A. Windows color (decimal): -6789227 or 9791384. OLE color: 9791384.
HSL color Cylindrical-coordinate representation of color #986795: hue angle of 303.67º 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 #986795 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 149 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.40 |
| HSL | 303.67º | 0.19% | 0.5% | - |
| HSV(B) | 303.67º | 0.32% | 0.6% | - |
| XYZ | 23.22 | 18.55 | 30.79 | - |
| YUV | 122.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 149 | 0 | 0.32 | 0.02 | 0.40 | 303.67 | 0.19 | 0.5 |
| Hex | 98 | 67 | 95 | 0 | 20 | 2 | 28 | 130 | 13 | 32 |
| Octal | 230 | 147 | 225 | 0 | 40 | 2 | 50 | 460 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10010101 | 0 | 100000 | 10 | 101000 | 100110000 | 10011 | 110010 |
Color Harmonies of #986795
Complementary color
Monochromatic Colors of #986795
Black with #986795
Text Example
Text Example
White with #986795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986795; }
p { color: rgb(152,103,149); }
H1.HeaderClassName
{
color: #986795;
}
.AnyTagClassName
{
color: #986795;
}
</style>
background-color css
<style>
a { background-color: #986795; }
a { background-color: rgb(152,103,149); }
div.DivClassName
{
background-color: #986795;
}
.BgClassName
{
background-color: #986795;
}
</style>
border-color css
<style>
span { border-color: #986795; }
span { border-color: rgb(152,103,149); }
td.TdClassName
{
border-color: #986795;
}
.TagClassName
{
border-color: #986795;
}
</style>