Shades of Blue Violet #983BFB
Tints of Blue Violet #983BFB
RGB
CMYK
RGB Variations
Color information
#983BFB (or 0x983BFB) is known color: Blue Violet. HEX triplet: 98, 3B and FB. RGB value is (152,59,251). Sum of RGB (Red+Green+Blue) = 152+59+251=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #983BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983BFB is #67C404. Grayscale: #6C6C6C. Windows color (decimal): -6800389 or 16464792. OLE color: 16464792.
HSL color Cylindrical-coordinate representation of color #983BFB: hue angle of 269.06º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983BFB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 59 | 251 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.02 |
| HSL | 269.06º | 0.96% | 0.61% | - |
| HSV(B) | 269.06º | 0.76% | 0.98% | - |
| XYZ | 31.93 | 16.77 | 92.82 | - |
| YUV | 108.7 | 208.31 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 251 | 0.39 | 0.76 | 0 | 0.02 | 269.06 | 0.96 | 0.61 |
| Hex | 98 | 3B | FB | 27 | 4C | 0 | 2 | 10D | 60 | 3D |
| Octal | 230 | 73 | 373 | 47 | 114 | 0 | 2 | 415 | 140 | 75 |
| Binary | 10011000 | 111011 | 11111011 | 100111 | 1001100 | 0 | 10 | 100001101 | 1100000 | 111101 |
Color Harmonies of #983BFB
Complementary color
Monochromatic Colors of #983BFB
Black with #983BFB
Text Example
Text Example
White with #983BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983BFB; }
p { color: rgb(152,59,251); }
H1.HeaderClassName
{
color: #983BFB;
}
.AnyTagClassName
{
color: #983BFB;
}
</style>
background-color css
<style>
a { background-color: #983BFB; }
a { background-color: rgb(152,59,251); }
div.DivClassName
{
background-color: #983BFB;
}
.BgClassName
{
background-color: #983BFB;
}
</style>
border-color css
<style>
span { border-color: #983BFB; }
span { border-color: rgb(152,59,251); }
td.TdClassName
{
border-color: #983BFB;
}
.TagClassName
{
border-color: #983BFB;
}
</style>