Shades of Blue Violet #982DFF
Tints of Blue Violet #982DFF
RGB
CMYK
RGB Variations
Color information
#982DFF (or 0x982DFF) is known color: Blue Violet. HEX triplet: 98, 2D and FF. RGB value is (152,45,255). Sum of RGB (Red+Green+Blue) = 152+45+255=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #982DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DFF is #67D200. Grayscale: #646464. Windows color (decimal): -6803969 or 16723352. OLE color: 16723352.
HSL color Cylindrical-coordinate representation of color #982DFF: hue angle of 270.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982DFF is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 45 | 255 | - |
| CMYK | 0.40 | 0.82 | 0 | 0 |
| HSL | 270.57º | 1% | 0.59% | - |
| HSV(B) | 270.57º | 0.82% | 1% | - |
| XYZ | 31.94 | 15.77 | 95.97 | - |
| YUV | 100.93 | 214.95 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 255 | 0.40 | 0.82 | 0 | 0 | 270.57 | 1 | 0.59 |
| Hex | 98 | 2D | FF | 28 | 52 | 0 | 0 | 10F | 64 | 3B |
| Octal | 230 | 55 | 377 | 50 | 122 | 0 | 0 | 417 | 144 | 73 |
| Binary | 10011000 | 101101 | 11111111 | 101000 | 1010010 | 0 | 0 | 100001111 | 1100100 | 111011 |
Color Harmonies of #982DFF
Complementary color
Monochromatic Colors of #982DFF
Black with #982DFF
Text Example
Text Example
White with #982DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DFF; }
p { color: rgb(152,45,255); }
H1.HeaderClassName
{
color: #982DFF;
}
.AnyTagClassName
{
color: #982DFF;
}
</style>
background-color css
<style>
a { background-color: #982DFF; }
a { background-color: rgb(152,45,255); }
div.DivClassName
{
background-color: #982DFF;
}
.BgClassName
{
background-color: #982DFF;
}
</style>
border-color css
<style>
span { border-color: #982DFF; }
span { border-color: rgb(152,45,255); }
td.TdClassName
{
border-color: #982DFF;
}
.TagClassName
{
border-color: #982DFF;
}
</style>