Shades of Blue Violet #982DFB
Tints of Blue Violet #982DFB
RGB
CMYK
RGB Variations
Color information
#982DFB (or 0x982DFB) is known color: Blue Violet. HEX triplet: 98, 2D and FB. RGB value is (152,45,251). Sum of RGB (Red+Green+Blue) = 152+45+251=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #982DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DFB is #67D204. Grayscale: #636363. Windows color (decimal): -6803973 or 16461208. OLE color: 16461208.
HSL color Cylindrical-coordinate representation of color #982DFB: hue angle of 271.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982DFB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 45 | 251 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.02 |
| HSL | 271.17º | 0.96% | 0.58% | - |
| HSV(B) | 271.17º | 0.82% | 0.98% | - |
| XYZ | 31.3 | 15.52 | 92.61 | - |
| YUV | 100.48 | 212.95 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 251 | 0.39 | 0.82 | 0 | 0.02 | 271.17 | 0.96 | 0.58 |
| Hex | 98 | 2D | FB | 27 | 52 | 0 | 2 | 10F | 60 | 3A |
| Octal | 230 | 55 | 373 | 47 | 122 | 0 | 2 | 417 | 140 | 72 |
| Binary | 10011000 | 101101 | 11111011 | 100111 | 1010010 | 0 | 10 | 100001111 | 1100000 | 111010 |
Color Harmonies of #982DFB
Complementary color
Monochromatic Colors of #982DFB
Black with #982DFB
Text Example
Text Example
White with #982DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DFB; }
p { color: rgb(152,45,251); }
H1.HeaderClassName
{
color: #982DFB;
}
.AnyTagClassName
{
color: #982DFB;
}
</style>
background-color css
<style>
a { background-color: #982DFB; }
a { background-color: rgb(152,45,251); }
div.DivClassName
{
background-color: #982DFB;
}
.BgClassName
{
background-color: #982DFB;
}
</style>
border-color css
<style>
span { border-color: #982DFB; }
span { border-color: rgb(152,45,251); }
td.TdClassName
{
border-color: #982DFB;
}
.TagClassName
{
border-color: #982DFB;
}
</style>