Shades of Blue Violet #983AEF
Tints of Blue Violet #983AEF
RGB
CMYK
RGB Variations
Color information
#983AEF (or 0x983AEF) is known color: Blue Violet. HEX triplet: 98, 3A and EF. RGB value is (152,58,239). Sum of RGB (Red+Green+Blue) = 152+58+239=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #983AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AEF is #67C510. Grayscale: #6A6A6A. Windows color (decimal): -6800657 or 15678104. OLE color: 15678104.
HSL color Cylindrical-coordinate representation of color #983AEF: hue angle of 271.16º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983AEF is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 58 | 239 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.06 |
| HSL | 271.16º | 0.85% | 0.58% | - |
| HSV(B) | 271.16º | 0.76% | 0.94% | - |
| XYZ | 30.04 | 15.93 | 83.15 | - |
| YUV | 106.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 239 | 0.36 | 0.76 | 0 | 0.06 | 271.16 | 0.85 | 0.58 |
| Hex | 98 | 3A | EF | 24 | 4C | 0 | 6 | 10F | 55 | 3A |
| Octal | 230 | 72 | 357 | 44 | 114 | 0 | 6 | 417 | 125 | 72 |
| Binary | 10011000 | 111010 | 11101111 | 100100 | 1001100 | 0 | 110 | 100001111 | 1010101 | 111010 |
Color Harmonies of #983AEF
Complementary color
Monochromatic Colors of #983AEF
Black with #983AEF
Text Example
Text Example
White with #983AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983AEF; }
p { color: rgb(152,58,239); }
H1.HeaderClassName
{
color: #983AEF;
}
.AnyTagClassName
{
color: #983AEF;
}
</style>
background-color css
<style>
a { background-color: #983AEF; }
a { background-color: rgb(152,58,239); }
div.DivClassName
{
background-color: #983AEF;
}
.BgClassName
{
background-color: #983AEF;
}
</style>
border-color css
<style>
span { border-color: #983AEF; }
span { border-color: rgb(152,58,239); }
td.TdClassName
{
border-color: #983AEF;
}
.TagClassName
{
border-color: #983AEF;
}
</style>