Shades of Blue Violet #983DFB
Tints of Blue Violet #983DFB
RGB
CMYK
RGB Variations
Color information
#983DFB (or 0x983DFB) is known color: Blue Violet. HEX triplet: 98, 3D and FB. RGB value is (152,61,251). Sum of RGB (Red+Green+Blue) = 152+61+251=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #983DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983DFB is #67C204. Grayscale: #6D6D6D. Windows color (decimal): -6799877 or 16465304. OLE color: 16465304.
HSL color Cylindrical-coordinate representation of color #983DFB: hue angle of 268.74º 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 #983DFB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 152 | 61 | 251 | - |
CMYK | 0.39 | 0.76 | 0 | 0.02 |
HSL | 268.74º | 0.96% | 0.61% | - |
HSV(B) | 268.74º | 0.76% | 0.98% | - |
XYZ | 32.03 | 16.98 | 92.86 | - |
YUV | 109.87 | 207.65 | 158.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 61 | 251 | 0.39 | 0.76 | 0 | 0.02 | 268.74 | 0.96 | 0.61 |
Hex | 98 | 3D | FB | 27 | 4C | 0 | 2 | 10D | 60 | 3D |
Octal | 230 | 75 | 373 | 47 | 114 | 0 | 2 | 415 | 140 | 75 |
Binary | 10011000 | 111101 | 11111011 | 100111 | 1001100 | 0 | 10 | 100001101 | 1100000 | 111101 |
Color Harmonies of #983DFB
Complementary color
Monochromatic Colors of #983DFB
Black with #983DFB
Text Example
Text Example
White with #983DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DFB; }
p { color: rgb(152,61,251); }
H1.HeaderClassName
{
color: #983DFB;
}
.AnyTagClassName
{
color: #983DFB;
}
</style>
background-color css
<style>
a { background-color: #983DFB; }
a { background-color: rgb(152,61,251); }
div.DivClassName
{
background-color: #983DFB;
}
.BgClassName
{
background-color: #983DFB;
}
</style>
border-color css
<style>
span { border-color: #983DFB; }
span { border-color: rgb(152,61,251); }
td.TdClassName
{
border-color: #983DFB;
}
.TagClassName
{
border-color: #983DFB;
}
</style>