Shades of Violet Blue #984BA2
Tints of Violet Blue #984BA2
RGB
CMYK
RGB Variations
Color information
#984BA2 (or 0x984BA2) is known color: Violet Blue. HEX triplet: 98, 4B and A2. RGB value is (152,75,162). Sum of RGB (Red+Green+Blue) = 152+75+162=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #984BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984BA2 is #67B45D. Grayscale: #6B6B6B. Windows color (decimal): -6796382 or 10636184. OLE color: 10636184.
HSL color Cylindrical-coordinate representation of color #984BA2: hue angle of 293.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984BA2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 75 | 162 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.36 |
| HSL | 293.1º | 0.37% | 0.46% | - |
| HSV(B) | 293.1º | 0.54% | 0.64% | - |
| XYZ | 21.99 | 14.32 | 35.79 | - |
| YUV | 107.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 162 | 0.06 | 0.54 | 0 | 0.36 | 293.1 | 0.37 | 0.46 |
| Hex | 98 | 4B | A2 | 6 | 36 | 0 | 24 | 125 | 25 | 2E |
| Octal | 230 | 113 | 242 | 6 | 66 | 0 | 44 | 445 | 45 | 56 |
| Binary | 10011000 | 1001011 | 10100010 | 110 | 110110 | 0 | 100100 | 100100101 | 100101 | 101110 |
Color Harmonies of #984BA2
Complementary color
Monochromatic Colors of #984BA2
Black with #984BA2
Text Example
Text Example
White with #984BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BA2; }
p { color: rgb(152,75,162); }
H1.HeaderClassName
{
color: #984BA2;
}
.AnyTagClassName
{
color: #984BA2;
}
</style>
background-color css
<style>
a { background-color: #984BA2; }
a { background-color: rgb(152,75,162); }
div.DivClassName
{
background-color: #984BA2;
}
.BgClassName
{
background-color: #984BA2;
}
</style>
border-color css
<style>
span { border-color: #984BA2; }
span { border-color: rgb(152,75,162); }
td.TdClassName
{
border-color: #984BA2;
}
.TagClassName
{
border-color: #984BA2;
}
</style>