Shades of Blue Violet #982EDF
Tints of Blue Violet #982EDF
RGB
CMYK
RGB Variations
Color information
#982EDF (or 0x982EDF) is known color: Blue Violet. HEX triplet: 98, 2E and DF. RGB value is (152,46,223). Sum of RGB (Red+Green+Blue) = 152+46+223=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #982EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EDF is #67D120. Grayscale: #616161. Windows color (decimal): -6803745 or 14626456. OLE color: 14626456.
HSL color Cylindrical-coordinate representation of color #982EDF: hue angle of 275.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982EDF is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 46 | 223 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.13 |
| HSL | 275.93º | 0.73% | 0.53% | - |
| HSV(B) | 275.93º | 0.79% | 0.87% | - |
| XYZ | 27.25 | 13.96 | 71.07 | - |
| YUV | 97.87 | 198.62 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 223 | 0.32 | 0.79 | 0 | 0.13 | 275.93 | 0.73 | 0.53 |
| Hex | 98 | 2E | DF | 20 | 4F | 0 | D | 114 | 49 | 35 |
| Octal | 230 | 56 | 337 | 40 | 117 | 0 | 15 | 424 | 111 | 65 |
| Binary | 10011000 | 101110 | 11011111 | 100000 | 1001111 | 0 | 1101 | 100010100 | 1001001 | 110101 |
Color Harmonies of #982EDF
Complementary color
Monochromatic Colors of #982EDF
Black with #982EDF
Text Example
Text Example
White with #982EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982EDF; }
p { color: rgb(152,46,223); }
H1.HeaderClassName
{
color: #982EDF;
}
.AnyTagClassName
{
color: #982EDF;
}
</style>
background-color css
<style>
a { background-color: #982EDF; }
a { background-color: rgb(152,46,223); }
div.DivClassName
{
background-color: #982EDF;
}
.BgClassName
{
background-color: #982EDF;
}
</style>
border-color css
<style>
span { border-color: #982EDF; }
span { border-color: rgb(152,46,223); }
td.TdClassName
{
border-color: #982EDF;
}
.TagClassName
{
border-color: #982EDF;
}
</style>