Shades of Blue Violet #983FEC
Tints of Blue Violet #983FEC
RGB
CMYK
RGB Variations
Color information
#983FEC (or 0x983FEC) is known color: Blue Violet. HEX triplet: 98, 3F and EC. RGB value is (152,63,236). Sum of RGB (Red+Green+Blue) = 152+63+236=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #983FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FEC is #67C013. Grayscale: #6C6C6C. Windows color (decimal): -6799380 or 15482776. OLE color: 15482776.
HSL color Cylindrical-coordinate representation of color #983FEC: hue angle of 270.87º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983FEC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 63 | 236 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.07 |
| HSL | 270.87º | 0.82% | 0.59% | - |
| HSV(B) | 270.87º | 0.73% | 0.93% | - |
| XYZ | 29.87 | 16.29 | 80.93 | - |
| YUV | 109.33 | 199.49 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 236 | 0.36 | 0.73 | 0 | 0.07 | 270.87 | 0.82 | 0.59 |
| Hex | 98 | 3F | EC | 24 | 49 | 0 | 7 | 10F | 52 | 3B |
| Octal | 230 | 77 | 354 | 44 | 111 | 0 | 7 | 417 | 122 | 73 |
| Binary | 10011000 | 111111 | 11101100 | 100100 | 1001001 | 0 | 111 | 100001111 | 1010010 | 111011 |
Color Harmonies of #983FEC
Complementary color
Monochromatic Colors of #983FEC
Black with #983FEC
Text Example
Text Example
White with #983FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FEC; }
p { color: rgb(152,63,236); }
H1.HeaderClassName
{
color: #983FEC;
}
.AnyTagClassName
{
color: #983FEC;
}
</style>
background-color css
<style>
a { background-color: #983FEC; }
a { background-color: rgb(152,63,236); }
div.DivClassName
{
background-color: #983FEC;
}
.BgClassName
{
background-color: #983FEC;
}
</style>
border-color css
<style>
span { border-color: #983FEC; }
span { border-color: rgb(152,63,236); }
td.TdClassName
{
border-color: #983FEC;
}
.TagClassName
{
border-color: #983FEC;
}
</style>