Shades of Blue Violet #983AFE
Tints of Blue Violet #983AFE
RGB
CMYK
RGB Variations
Color information
#983AFE (or 0x983AFE) is known color: Blue Violet. HEX triplet: 98, 3A and FE. RGB value is (152,58,254). Sum of RGB (Red+Green+Blue) = 152+58+254=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #983AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AFE is #67C501. Grayscale: #6B6B6B. Windows color (decimal): -6800642 or 16661144. OLE color: 16661144.
HSL color Cylindrical-coordinate representation of color #983AFE: hue angle of 268.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #983AFE is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 58 | 254 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.00 |
| HSL | 268.78º | 0.99% | 0.61% | - |
| HSV(B) | 268.78º | 0.77% | 1% | - |
| XYZ | 32.35 | 16.86 | 95.31 | - |
| YUV | 108.45 | 210.14 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 254 | 0.40 | 0.77 | 0 | 0.00 | 268.78 | 0.99 | 0.61 |
| Hex | 98 | 3A | FE | 28 | 4D | 0 | 0 | 10D | 63 | 3D |
| Octal | 230 | 72 | 376 | 50 | 115 | 0 | 0 | 415 | 143 | 75 |
| Binary | 10011000 | 111010 | 11111110 | 101000 | 1001101 | 0 | 0 | 100001101 | 1100011 | 111101 |
Color Harmonies of #983AFE
Complementary color
Monochromatic Colors of #983AFE
Black with #983AFE
Text Example
Text Example
White with #983AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983AFE; }
p { color: rgb(152,58,254); }
H1.HeaderClassName
{
color: #983AFE;
}
.AnyTagClassName
{
color: #983AFE;
}
</style>
background-color css
<style>
a { background-color: #983AFE; }
a { background-color: rgb(152,58,254); }
div.DivClassName
{
background-color: #983AFE;
}
.BgClassName
{
background-color: #983AFE;
}
</style>
border-color css
<style>
span { border-color: #983AFE; }
span { border-color: rgb(152,58,254); }
td.TdClassName
{
border-color: #983AFE;
}
.TagClassName
{
border-color: #983AFE;
}
</style>