Shades of Violet Blue #986299
Tints of Violet Blue #986299
RGB
CMYK
RGB Variations
Color information
#986299 (or 0x986299) is known color: Violet Blue. HEX triplet: 98, 62 and 99. RGB value is (152,98,153). Sum of RGB (Red+Green+Blue) = 152+98+153=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #986299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986299 is #679D66. Grayscale: #787878. Windows color (decimal): -6790503 or 10052248. OLE color: 10052248.
HSL color Cylindrical-coordinate representation of color #986299: hue angle of 298.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986299 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 98 | 153 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.4 |
| HSL | 298.91º | 0.22% | 0.49% | - |
| HSV(B) | 298.91º | 0.36% | 0.6% | - |
| XYZ | 23.07 | 17.71 | 32.34 | - |
| YUV | 120.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 153 | 0.01 | 0.36 | 0 | 0.4 | 298.91 | 0.22 | 0.49 |
| Hex | 98 | 62 | 99 | 1 | 24 | 0 | 28 | 12B | 16 | 31 |
| Octal | 230 | 142 | 231 | 1 | 44 | 0 | 50 | 453 | 26 | 61 |
| Binary | 10011000 | 1100010 | 10011001 | 1 | 100100 | 0 | 101000 | 100101011 | 10110 | 110001 |
Color Harmonies of #986299
Complementary color
Monochromatic Colors of #986299
Black with #986299
Text Example
Text Example
White with #986299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986299; }
p { color: rgb(152,98,153); }
H1.HeaderClassName
{
color: #986299;
}
.AnyTagClassName
{
color: #986299;
}
</style>
background-color css
<style>
a { background-color: #986299; }
a { background-color: rgb(152,98,153); }
div.DivClassName
{
background-color: #986299;
}
.BgClassName
{
background-color: #986299;
}
</style>
border-color css
<style>
span { border-color: #986299; }
span { border-color: rgb(152,98,153); }
td.TdClassName
{
border-color: #986299;
}
.TagClassName
{
border-color: #986299;
}
</style>