Shades of Blue Violet #983AED
Tints of Blue Violet #983AED
RGB
CMYK
RGB Variations
Color information
#983AED (or 0x983AED) is known color: Blue Violet. HEX triplet: 98, 3A and ED. RGB value is (152,58,237). Sum of RGB (Red+Green+Blue) = 152+58+237=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #983AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AED is #67C512. Grayscale: #696969. Windows color (decimal): -6800659 or 15547032. OLE color: 15547032.
HSL color Cylindrical-coordinate representation of color #983AED: hue angle of 271.51º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983AED is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 58 | 237 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.07 |
| HSL | 271.51º | 0.83% | 0.58% | - |
| HSV(B) | 271.51º | 0.76% | 0.93% | - |
| XYZ | 29.75 | 15.82 | 81.61 | - |
| YUV | 106.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 237 | 0.36 | 0.76 | 0 | 0.07 | 271.51 | 0.83 | 0.58 |
| Hex | 98 | 3A | ED | 24 | 4C | 0 | 7 | 110 | 53 | 3A |
| Octal | 230 | 72 | 355 | 44 | 114 | 0 | 7 | 420 | 123 | 72 |
| Binary | 10011000 | 111010 | 11101101 | 100100 | 1001100 | 0 | 111 | 100010000 | 1010011 | 111010 |
Color Harmonies of #983AED
Complementary color
Monochromatic Colors of #983AED
Black with #983AED
Text Example
Text Example
White with #983AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983AED; }
p { color: rgb(152,58,237); }
H1.HeaderClassName
{
color: #983AED;
}
.AnyTagClassName
{
color: #983AED;
}
</style>
background-color css
<style>
a { background-color: #983AED; }
a { background-color: rgb(152,58,237); }
div.DivClassName
{
background-color: #983AED;
}
.BgClassName
{
background-color: #983AED;
}
</style>
border-color css
<style>
span { border-color: #983AED; }
span { border-color: rgb(152,58,237); }
td.TdClassName
{
border-color: #983AED;
}
.TagClassName
{
border-color: #983AED;
}
</style>