Shades of Blue Violet #982EF1
Tints of Blue Violet #982EF1
RGB
CMYK
RGB Variations
Color information
#982EF1 (or 0x982EF1) is known color: Blue Violet. HEX triplet: 98, 2E and F1. RGB value is (152,46,241). Sum of RGB (Red+Green+Blue) = 152+46+241=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #982EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EF1 is #67D10E. Grayscale: #636363. Windows color (decimal): -6803727 or 15806104. OLE color: 15806104.
HSL color Cylindrical-coordinate representation of color #982EF1: hue angle of 272.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982EF1 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 46 | 241 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.05 |
| HSL | 272.62º | 0.87% | 0.56% | - |
| HSV(B) | 272.62º | 0.81% | 0.95% | - |
| XYZ | 29.8 | 14.98 | 84.54 | - |
| YUV | 99.92 | 207.62 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 241 | 0.37 | 0.81 | 0 | 0.05 | 272.62 | 0.87 | 0.56 |
| Hex | 98 | 2E | F1 | 25 | 51 | 0 | 5 | 111 | 57 | 38 |
| Octal | 230 | 56 | 361 | 45 | 121 | 0 | 5 | 421 | 127 | 70 |
| Binary | 10011000 | 101110 | 11110001 | 100101 | 1010001 | 0 | 101 | 100010001 | 1010111 | 111000 |
Color Harmonies of #982EF1
Complementary color
Monochromatic Colors of #982EF1
Black with #982EF1
Text Example
Text Example
White with #982EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982EF1; }
p { color: rgb(152,46,241); }
H1.HeaderClassName
{
color: #982EF1;
}
.AnyTagClassName
{
color: #982EF1;
}
</style>
background-color css
<style>
a { background-color: #982EF1; }
a { background-color: rgb(152,46,241); }
div.DivClassName
{
background-color: #982EF1;
}
.BgClassName
{
background-color: #982EF1;
}
</style>
border-color css
<style>
span { border-color: #982EF1; }
span { border-color: rgb(152,46,241); }
td.TdClassName
{
border-color: #982EF1;
}
.TagClassName
{
border-color: #982EF1;
}
</style>