Shades of Violet Blue #984CA2
Tints of Violet Blue #984CA2
RGB
CMYK
RGB Variations
Color information
#984CA2 (or 0x984CA2) is known color: Violet Blue. HEX triplet: 98, 4C and A2. RGB value is (152,76,162). Sum of RGB (Red+Green+Blue) = 152+76+162=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #984CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984CA2 is #67B35D. Grayscale: #6C6C6C. Windows color (decimal): -6796126 or 10636440. OLE color: 10636440.
HSL color Cylindrical-coordinate representation of color #984CA2: hue angle of 293.02º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984CA2 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 76 | 162 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.36 |
| HSL | 293.02º | 0.36% | 0.47% | - |
| HSV(B) | 293.02º | 0.53% | 0.64% | - |
| XYZ | 22.05 | 14.45 | 35.81 | - |
| YUV | 108.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 162 | 0.06 | 0.53 | 0 | 0.36 | 293.02 | 0.36 | 0.47 |
| Hex | 98 | 4C | A2 | 6 | 35 | 0 | 24 | 125 | 24 | 2F |
| Octal | 230 | 114 | 242 | 6 | 65 | 0 | 44 | 445 | 44 | 57 |
| Binary | 10011000 | 1001100 | 10100010 | 110 | 110101 | 0 | 100100 | 100100101 | 100100 | 101111 |
Color Harmonies of #984CA2
Complementary color
Monochromatic Colors of #984CA2
Black with #984CA2
Text Example
Text Example
White with #984CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CA2; }
p { color: rgb(152,76,162); }
H1.HeaderClassName
{
color: #984CA2;
}
.AnyTagClassName
{
color: #984CA2;
}
</style>
background-color css
<style>
a { background-color: #984CA2; }
a { background-color: rgb(152,76,162); }
div.DivClassName
{
background-color: #984CA2;
}
.BgClassName
{
background-color: #984CA2;
}
</style>
border-color css
<style>
span { border-color: #984CA2; }
span { border-color: rgb(152,76,162); }
td.TdClassName
{
border-color: #984CA2;
}
.TagClassName
{
border-color: #984CA2;
}
</style>