Shades of Blue Violet #982ADE
Tints of Blue Violet #982ADE
RGB
CMYK
RGB Variations
Color information
#982ADE (or 0x982ADE) is known color: Blue Violet. HEX triplet: 98, 2A and DE. RGB value is (152,42,222). Sum of RGB (Red+Green+Blue) = 152+42+222=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #982ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ADE is #67D521. Grayscale: #5E5E5E. Windows color (decimal): -6804770 or 14559896. OLE color: 14559896.
HSL color Cylindrical-coordinate representation of color #982ADE: hue angle of 276.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982ADE is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 42 | 222 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.13 |
| HSL | 276.67º | 0.73% | 0.52% | - |
| HSV(B) | 276.67º | 0.81% | 0.87% | - |
| XYZ | 26.96 | 13.61 | 70.31 | - |
| YUV | 95.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 222 | 0.32 | 0.81 | 0 | 0.13 | 276.67 | 0.73 | 0.52 |
| Hex | 98 | 2A | DE | 20 | 51 | 0 | D | 115 | 49 | 34 |
| Octal | 230 | 52 | 336 | 40 | 121 | 0 | 15 | 425 | 111 | 64 |
| Binary | 10011000 | 101010 | 11011110 | 100000 | 1010001 | 0 | 1101 | 100010101 | 1001001 | 110100 |
Color Harmonies of #982ADE
Complementary color
Monochromatic Colors of #982ADE
Black with #982ADE
Text Example
Text Example
White with #982ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982ADE; }
p { color: rgb(152,42,222); }
H1.HeaderClassName
{
color: #982ADE;
}
.AnyTagClassName
{
color: #982ADE;
}
</style>
background-color css
<style>
a { background-color: #982ADE; }
a { background-color: rgb(152,42,222); }
div.DivClassName
{
background-color: #982ADE;
}
.BgClassName
{
background-color: #982ADE;
}
</style>
border-color css
<style>
span { border-color: #982ADE; }
span { border-color: rgb(152,42,222); }
td.TdClassName
{
border-color: #982ADE;
}
.TagClassName
{
border-color: #982ADE;
}
</style>