Shades of Blue Violet #983EDF
Tints of Blue Violet #983EDF
RGB
CMYK
RGB Variations
Color information
#983EDF (or 0x983EDF) is known color: Blue Violet. HEX triplet: 98, 3E and DF. RGB value is (152,62,223). Sum of RGB (Red+Green+Blue) = 152+62+223=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #983EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EDF is #67C120. Grayscale: #6A6A6A. Windows color (decimal): -6799649 or 14630552. OLE color: 14630552.
HSL color Cylindrical-coordinate representation of color #983EDF: hue angle of 273.54º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983EDF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 62 | 223 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.13 |
| HSL | 273.54º | 0.72% | 0.56% | - |
| HSV(B) | 273.54º | 0.72% | 0.87% | - |
| XYZ | 27.99 | 15.45 | 71.32 | - |
| YUV | 107.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 223 | 0.32 | 0.72 | 0 | 0.13 | 273.54 | 0.72 | 0.56 |
| Hex | 98 | 3E | DF | 20 | 48 | 0 | D | 112 | 48 | 38 |
| Octal | 230 | 76 | 337 | 40 | 110 | 0 | 15 | 422 | 110 | 70 |
| Binary | 10011000 | 111110 | 11011111 | 100000 | 1001000 | 0 | 1101 | 100010010 | 1001000 | 111000 |
Color Harmonies of #983EDF
Complementary color
Monochromatic Colors of #983EDF
Black with #983EDF
Text Example
Text Example
White with #983EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EDF; }
p { color: rgb(152,62,223); }
H1.HeaderClassName
{
color: #983EDF;
}
.AnyTagClassName
{
color: #983EDF;
}
</style>
background-color css
<style>
a { background-color: #983EDF; }
a { background-color: rgb(152,62,223); }
div.DivClassName
{
background-color: #983EDF;
}
.BgClassName
{
background-color: #983EDF;
}
</style>
border-color css
<style>
span { border-color: #983EDF; }
span { border-color: rgb(152,62,223); }
td.TdClassName
{
border-color: #983EDF;
}
.TagClassName
{
border-color: #983EDF;
}
</style>