Shades of Violet Blue #984EA2
Tints of Violet Blue #984EA2
RGB
CMYK
RGB Variations
Color information
#984EA2 (or 0x984EA2) is known color: Violet Blue. HEX triplet: 98, 4E and A2. RGB value is (152,78,162). Sum of RGB (Red+Green+Blue) = 152+78+162=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #984EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984EA2 is #67B15D. Grayscale: #6D6D6D. Windows color (decimal): -6795614 or 10636952. OLE color: 10636952.
HSL color Cylindrical-coordinate representation of color #984EA2: hue angle of 292.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984EA2 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 78 | 162 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.36 |
| HSL | 292.86º | 0.35% | 0.47% | - |
| HSV(B) | 292.86º | 0.52% | 0.64% | - |
| XYZ | 22.19 | 14.73 | 35.86 | - |
| YUV | 109.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 162 | 0.06 | 0.52 | 0 | 0.36 | 292.86 | 0.35 | 0.47 |
| Hex | 98 | 4E | A2 | 6 | 34 | 0 | 24 | 125 | 23 | 2F |
| Octal | 230 | 116 | 242 | 6 | 64 | 0 | 44 | 445 | 43 | 57 |
| Binary | 10011000 | 1001110 | 10100010 | 110 | 110100 | 0 | 100100 | 100100101 | 100011 | 101111 |
Color Harmonies of #984EA2
Complementary color
Monochromatic Colors of #984EA2
Black with #984EA2
Text Example
Text Example
White with #984EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984EA2; }
p { color: rgb(152,78,162); }
H1.HeaderClassName
{
color: #984EA2;
}
.AnyTagClassName
{
color: #984EA2;
}
</style>
background-color css
<style>
a { background-color: #984EA2; }
a { background-color: rgb(152,78,162); }
div.DivClassName
{
background-color: #984EA2;
}
.BgClassName
{
background-color: #984EA2;
}
</style>
border-color css
<style>
span { border-color: #984EA2; }
span { border-color: rgb(152,78,162); }
td.TdClassName
{
border-color: #984EA2;
}
.TagClassName
{
border-color: #984EA2;
}
</style>