Shades of Blue Violet #982BDD
Tints of Blue Violet #982BDD
RGB
CMYK
RGB Variations
Color information
#982BDD (or 0x982BDD) is known color: Blue Violet. HEX triplet: 98, 2B and DD. RGB value is (152,43,221). Sum of RGB (Red+Green+Blue) = 152+43+221=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #982BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BDD is #67D422. Grayscale: #5F5F5F. Windows color (decimal): -6804515 or 14494616. OLE color: 14494616.
HSL color Cylindrical-coordinate representation of color #982BDD: hue angle of 276.74º 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 #982BDD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 43 | 221 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 276.74º | 0.72% | 0.52% | - |
| HSV(B) | 276.74º | 0.81% | 0.87% | - |
| XYZ | 26.86 | 13.62 | 69.62 | - |
| YUV | 95.88 | 198.61 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 221 | 0.31 | 0.81 | 0 | 0.13 | 276.74 | 0.72 | 0.52 |
| Hex | 98 | 2B | DD | 1F | 51 | 0 | D | 115 | 48 | 34 |
| Octal | 230 | 53 | 335 | 37 | 121 | 0 | 15 | 425 | 110 | 64 |
| Binary | 10011000 | 101011 | 11011101 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001000 | 110100 |
Color Harmonies of #982BDD
Complementary color
Monochromatic Colors of #982BDD
Black with #982BDD
Text Example
Text Example
White with #982BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BDD; }
p { color: rgb(152,43,221); }
H1.HeaderClassName
{
color: #982BDD;
}
.AnyTagClassName
{
color: #982BDD;
}
</style>
background-color css
<style>
a { background-color: #982BDD; }
a { background-color: rgb(152,43,221); }
div.DivClassName
{
background-color: #982BDD;
}
.BgClassName
{
background-color: #982BDD;
}
</style>
border-color css
<style>
span { border-color: #982BDD; }
span { border-color: rgb(152,43,221); }
td.TdClassName
{
border-color: #982BDD;
}
.TagClassName
{
border-color: #982BDD;
}
</style>