Shades of Blue Violet #982DFA
Tints of Blue Violet #982DFA
RGB
CMYK
RGB Variations
Color information
#982DFA (or 0x982DFA) is known color: Blue Violet. HEX triplet: 98, 2D and FA. RGB value is (152,45,250). Sum of RGB (Red+Green+Blue) = 152+45+250=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #982DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DFA is #67D205. Grayscale: #636363. Windows color (decimal): -6803974 or 16395672. OLE color: 16395672.
HSL color Cylindrical-coordinate representation of color #982DFA: hue angle of 271.32º degrees, saturation: 0.95, 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 #982DFA is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 45 | 250 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.02 |
| HSL | 271.32º | 0.95% | 0.58% | - |
| HSV(B) | 271.32º | 0.82% | 0.98% | - |
| XYZ | 31.14 | 15.45 | 91.78 | - |
| YUV | 100.36 | 212.45 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 250 | 0.39 | 0.82 | 0 | 0.02 | 271.32 | 0.95 | 0.58 |
| Hex | 98 | 2D | FA | 27 | 52 | 0 | 2 | 10F | 5F | 3A |
| Octal | 230 | 55 | 372 | 47 | 122 | 0 | 2 | 417 | 137 | 72 |
| Binary | 10011000 | 101101 | 11111010 | 100111 | 1010010 | 0 | 10 | 100001111 | 1011111 | 111010 |
Color Harmonies of #982DFA
Complementary color
Monochromatic Colors of #982DFA
Black with #982DFA
Text Example
Text Example
White with #982DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DFA; }
p { color: rgb(152,45,250); }
H1.HeaderClassName
{
color: #982DFA;
}
.AnyTagClassName
{
color: #982DFA;
}
</style>
background-color css
<style>
a { background-color: #982DFA; }
a { background-color: rgb(152,45,250); }
div.DivClassName
{
background-color: #982DFA;
}
.BgClassName
{
background-color: #982DFA;
}
</style>
border-color css
<style>
span { border-color: #982DFA; }
span { border-color: rgb(152,45,250); }
td.TdClassName
{
border-color: #982DFA;
}
.TagClassName
{
border-color: #982DFA;
}
</style>