Shades of Blue Violet #983FFB
Tints of Blue Violet #983FFB
RGB
CMYK
RGB Variations
Color information
#983FFB (or 0x983FFB) is known color: Blue Violet. HEX triplet: 98, 3F and FB. RGB value is (152,63,251). Sum of RGB (Red+Green+Blue) = 152+63+251=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #983FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FFB is #67C004. Grayscale: #6E6E6E. Windows color (decimal): -6799365 or 16465816. OLE color: 16465816.
HSL color Cylindrical-coordinate representation of color #983FFB: hue angle of 268.4º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983FFB is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 63 | 251 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.02 |
| HSL | 268.4º | 0.96% | 0.62% | - |
| HSV(B) | 268.4º | 0.75% | 0.98% | - |
| XYZ | 32.14 | 17.2 | 92.89 | - |
| YUV | 111.04 | 206.99 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 251 | 0.39 | 0.75 | 0 | 0.02 | 268.4 | 0.96 | 0.62 |
| Hex | 98 | 3F | FB | 27 | 4B | 0 | 2 | 10C | 60 | 3E |
| Octal | 230 | 77 | 373 | 47 | 113 | 0 | 2 | 414 | 140 | 76 |
| Binary | 10011000 | 111111 | 11111011 | 100111 | 1001011 | 0 | 10 | 100001100 | 1100000 | 111110 |
Color Harmonies of #983FFB
Complementary color
Monochromatic Colors of #983FFB
Black with #983FFB
Text Example
Text Example
White with #983FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FFB; }
p { color: rgb(152,63,251); }
H1.HeaderClassName
{
color: #983FFB;
}
.AnyTagClassName
{
color: #983FFB;
}
</style>
background-color css
<style>
a { background-color: #983FFB; }
a { background-color: rgb(152,63,251); }
div.DivClassName
{
background-color: #983FFB;
}
.BgClassName
{
background-color: #983FFB;
}
</style>
border-color css
<style>
span { border-color: #983FFB; }
span { border-color: rgb(152,63,251); }
td.TdClassName
{
border-color: #983FFB;
}
.TagClassName
{
border-color: #983FFB;
}
</style>