Shades of Violet Blue #986392
Tints of Violet Blue #986392
RGB
CMYK
RGB Variations
Color information
#986392 (or 0x986392) is known color: Violet Blue. HEX triplet: 98, 63 and 92. RGB value is (152,99,146). Sum of RGB (Red+Green+Blue) = 152+99+146=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #986392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986392 is #679C6D. Grayscale: #787878. Windows color (decimal): -6790254 or 9593752. OLE color: 9593752.
HSL color Cylindrical-coordinate representation of color #986392: hue angle of 306.79º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986392 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 146 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.40 |
| HSL | 306.79º | 0.21% | 0.49% | - |
| HSV(B) | 306.79º | 0.35% | 0.6% | - |
| XYZ | 22.6 | 17.67 | 29.41 | - |
| YUV | 120.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 146 | 0 | 0.35 | 0.04 | 0.40 | 306.79 | 0.21 | 0.49 |
| Hex | 98 | 63 | 92 | 0 | 23 | 4 | 28 | 133 | 15 | 31 |
| Octal | 230 | 143 | 222 | 0 | 43 | 4 | 50 | 463 | 25 | 61 |
| Binary | 10011000 | 1100011 | 10010010 | 0 | 100011 | 100 | 101000 | 100110011 | 10101 | 110001 |
Color Harmonies of #986392
Complementary color
Monochromatic Colors of #986392
Black with #986392
Text Example
Text Example
White with #986392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986392; }
p { color: rgb(152,99,146); }
H1.HeaderClassName
{
color: #986392;
}
.AnyTagClassName
{
color: #986392;
}
</style>
background-color css
<style>
a { background-color: #986392; }
a { background-color: rgb(152,99,146); }
div.DivClassName
{
background-color: #986392;
}
.BgClassName
{
background-color: #986392;
}
</style>
border-color css
<style>
span { border-color: #986392; }
span { border-color: rgb(152,99,146); }
td.TdClassName
{
border-color: #986392;
}
.TagClassName
{
border-color: #986392;
}
</style>