Shades of Blue Violet #982DF4
Tints of Blue Violet #982DF4
RGB
CMYK
RGB Variations
Color information
#982DF4 (or 0x982DF4) is known color: Blue Violet. HEX triplet: 98, 2D and F4. RGB value is (152,45,244). Sum of RGB (Red+Green+Blue) = 152+45+244=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #982DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DF4 is #67D20B. Grayscale: #626262. Windows color (decimal): -6803980 or 16002456. OLE color: 16002456.
HSL color Cylindrical-coordinate representation of color #982DF4: hue angle of 272.26º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982DF4 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 45 | 244 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.04 |
| HSL | 272.26º | 0.9% | 0.57% | - |
| HSV(B) | 272.26º | 0.82% | 0.96% | - |
| XYZ | 30.22 | 15.08 | 86.91 | - |
| YUV | 99.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 244 | 0.38 | 0.82 | 0 | 0.04 | 272.26 | 0.9 | 0.57 |
| Hex | 98 | 2D | F4 | 26 | 52 | 0 | 4 | 110 | 5A | 39 |
| Octal | 230 | 55 | 364 | 46 | 122 | 0 | 4 | 420 | 132 | 71 |
| Binary | 10011000 | 101101 | 11110100 | 100110 | 1010010 | 0 | 100 | 100010000 | 1011010 | 111001 |
Color Harmonies of #982DF4
Complementary color
Monochromatic Colors of #982DF4
Black with #982DF4
Text Example
Text Example
White with #982DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982DF4; }
p { color: rgb(152,45,244); }
H1.HeaderClassName
{
color: #982DF4;
}
.AnyTagClassName
{
color: #982DF4;
}
</style>
background-color css
<style>
a { background-color: #982DF4; }
a { background-color: rgb(152,45,244); }
div.DivClassName
{
background-color: #982DF4;
}
.BgClassName
{
background-color: #982DF4;
}
</style>
border-color css
<style>
span { border-color: #982DF4; }
span { border-color: rgb(152,45,244); }
td.TdClassName
{
border-color: #982DF4;
}
.TagClassName
{
border-color: #982DF4;
}
</style>