Shades of Violet Blue #986394
Tints of Violet Blue #986394
RGB
CMYK
RGB Variations
Color information
#986394 (or 0x986394) is known color: Violet Blue. HEX triplet: 98, 63 and 94. RGB value is (152,99,148). Sum of RGB (Red+Green+Blue) = 152+99+148=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #986394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986394 is #679C6B. Grayscale: #787878. Windows color (decimal): -6790252 or 9724824. OLE color: 9724824.
HSL color Cylindrical-coordinate representation of color #986394: hue angle of 304.53º 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 #986394 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 148 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.40 |
| HSL | 304.53º | 0.21% | 0.49% | - |
| HSV(B) | 304.53º | 0.35% | 0.6% | - |
| XYZ | 22.76 | 17.74 | 30.24 | - |
| YUV | 120.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 148 | 0 | 0.35 | 0.03 | 0.40 | 304.53 | 0.21 | 0.49 |
| Hex | 98 | 63 | 94 | 0 | 23 | 3 | 28 | 131 | 15 | 31 |
| Octal | 230 | 143 | 224 | 0 | 43 | 3 | 50 | 461 | 25 | 61 |
| Binary | 10011000 | 1100011 | 10010100 | 0 | 100011 | 11 | 101000 | 100110001 | 10101 | 110001 |
Color Harmonies of #986394
Complementary color
Monochromatic Colors of #986394
Black with #986394
Text Example
Text Example
White with #986394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986394; }
p { color: rgb(152,99,148); }
H1.HeaderClassName
{
color: #986394;
}
.AnyTagClassName
{
color: #986394;
}
</style>
background-color css
<style>
a { background-color: #986394; }
a { background-color: rgb(152,99,148); }
div.DivClassName
{
background-color: #986394;
}
.BgClassName
{
background-color: #986394;
}
</style>
border-color css
<style>
span { border-color: #986394; }
span { border-color: rgb(152,99,148); }
td.TdClassName
{
border-color: #986394;
}
.TagClassName
{
border-color: #986394;
}
</style>