Shades of Blue Violet #983BFE
Tints of Blue Violet #983BFE
RGB
CMYK
RGB Variations
Color information
#983BFE (or 0x983BFE) is known color: Blue Violet. HEX triplet: 98, 3B and FE. RGB value is (152,59,254). Sum of RGB (Red+Green+Blue) = 152+59+254=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #983BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983BFE is #67C401. Grayscale: #6C6C6C. Windows color (decimal): -6800386 or 16661400. OLE color: 16661400.
HSL color Cylindrical-coordinate representation of color #983BFE: hue angle of 268.62º 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 #983BFE is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 59 | 254 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.00 |
| HSL | 268.62º | 0.99% | 0.61% | - |
| HSV(B) | 268.62º | 0.77% | 1% | - |
| XYZ | 32.4 | 16.96 | 95.33 | - |
| YUV | 109.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 254 | 0.40 | 0.77 | 0 | 0.00 | 268.62 | 0.99 | 0.61 |
| Hex | 98 | 3B | FE | 28 | 4D | 0 | 0 | 10D | 63 | 3D |
| Octal | 230 | 73 | 376 | 50 | 115 | 0 | 0 | 415 | 143 | 75 |
| Binary | 10011000 | 111011 | 11111110 | 101000 | 1001101 | 0 | 0 | 100001101 | 1100011 | 111101 |
Color Harmonies of #983BFE
Complementary color
Monochromatic Colors of #983BFE
Black with #983BFE
Text Example
Text Example
White with #983BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983BFE; }
p { color: rgb(152,59,254); }
H1.HeaderClassName
{
color: #983BFE;
}
.AnyTagClassName
{
color: #983BFE;
}
</style>
background-color css
<style>
a { background-color: #983BFE; }
a { background-color: rgb(152,59,254); }
div.DivClassName
{
background-color: #983BFE;
}
.BgClassName
{
background-color: #983BFE;
}
</style>
border-color css
<style>
span { border-color: #983BFE; }
span { border-color: rgb(152,59,254); }
td.TdClassName
{
border-color: #983BFE;
}
.TagClassName
{
border-color: #983BFE;
}
</style>