Shades of Blue Violet #982ADD
Tints of Blue Violet #982ADD
RGB
CMYK
RGB Variations
Color information
#982ADD (or 0x982ADD) is known color: Blue Violet. HEX triplet: 98, 2A and DD. RGB value is (152,42,221). Sum of RGB (Red+Green+Blue) = 152+42+221=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #982ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ADD is #67D522. Grayscale: #5E5E5E. Windows color (decimal): -6804771 or 14494360. OLE color: 14494360.
HSL color Cylindrical-coordinate representation of color #982ADD: hue angle of 276.87º degrees, saturation: 0.72, 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 #982ADD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 42 | 221 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 276.87º | 0.72% | 0.52% | - |
| HSV(B) | 276.87º | 0.81% | 0.87% | - |
| XYZ | 26.83 | 13.55 | 69.61 | - |
| YUV | 95.3 | 198.94 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 221 | 0.31 | 0.81 | 0 | 0.13 | 276.87 | 0.72 | 0.52 |
| Hex | 98 | 2A | DD | 1F | 51 | 0 | D | 115 | 48 | 34 |
| Octal | 230 | 52 | 335 | 37 | 121 | 0 | 15 | 425 | 110 | 64 |
| Binary | 10011000 | 101010 | 11011101 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001000 | 110100 |
Color Harmonies of #982ADD
Complementary color
Monochromatic Colors of #982ADD
Black with #982ADD
Text Example
Text Example
White with #982ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982ADD; }
p { color: rgb(152,42,221); }
H1.HeaderClassName
{
color: #982ADD;
}
.AnyTagClassName
{
color: #982ADD;
}
</style>
background-color css
<style>
a { background-color: #982ADD; }
a { background-color: rgb(152,42,221); }
div.DivClassName
{
background-color: #982ADD;
}
.BgClassName
{
background-color: #982ADD;
}
</style>
border-color css
<style>
span { border-color: #982ADD; }
span { border-color: rgb(152,42,221); }
td.TdClassName
{
border-color: #982ADD;
}
.TagClassName
{
border-color: #982ADD;
}
</style>