Shades of Blue Violet #983AFF
Tints of Blue Violet #983AFF
RGB
CMYK
RGB Variations
Color information
#983AFF (or 0x983AFF) is known color: Blue Violet. HEX triplet: 98, 3A and FF. RGB value is (152,58,255). Sum of RGB (Red+Green+Blue) = 152+58+255=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #983AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AFF is #67C500. Grayscale: #6B6B6B. Windows color (decimal): -6800641 or 16726680. OLE color: 16726680.
HSL color Cylindrical-coordinate representation of color #983AFF: hue angle of 268.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #983AFF is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 58 | 255 | - |
| CMYK | 0.40 | 0.77 | 0 | 0 |
| HSL | 268.63º | 1% | 0.61% | - |
| HSV(B) | 268.63º | 0.77% | 1% | - |
| XYZ | 32.51 | 16.92 | 96.16 | - |
| YUV | 108.56 | 210.64 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 255 | 0.40 | 0.77 | 0 | 0 | 268.63 | 1 | 0.61 |
| Hex | 98 | 3A | FF | 28 | 4D | 0 | 0 | 10D | 64 | 3D |
| Octal | 230 | 72 | 377 | 50 | 115 | 0 | 0 | 415 | 144 | 75 |
| Binary | 10011000 | 111010 | 11111111 | 101000 | 1001101 | 0 | 0 | 100001101 | 1100100 | 111101 |
Color Harmonies of #983AFF
Complementary color
Monochromatic Colors of #983AFF
Black with #983AFF
Text Example
Text Example
White with #983AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983AFF; }
p { color: rgb(152,58,255); }
H1.HeaderClassName
{
color: #983AFF;
}
.AnyTagClassName
{
color: #983AFF;
}
</style>
background-color css
<style>
a { background-color: #983AFF; }
a { background-color: rgb(152,58,255); }
div.DivClassName
{
background-color: #983AFF;
}
.BgClassName
{
background-color: #983AFF;
}
</style>
border-color css
<style>
span { border-color: #983AFF; }
span { border-color: rgb(152,58,255); }
td.TdClassName
{
border-color: #983AFF;
}
.TagClassName
{
border-color: #983AFF;
}
</style>