Shades of Blue Violet #983FFC
Tints of Blue Violet #983FFC
RGB
CMYK
RGB Variations
Color information
#983FFC (or 0x983FFC) is known color: Blue Violet. HEX triplet: 98, 3F and FC. RGB value is (152,63,252). Sum of RGB (Red+Green+Blue) = 152+63+252=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #983FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FFC is #67C003. Grayscale: #6E6E6E. Windows color (decimal): -6799364 or 16531352. OLE color: 16531352.
HSL color Cylindrical-coordinate representation of color #983FFC: hue angle of 268.25º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983FFC is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 63 | 252 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.01 |
| HSL | 268.25º | 0.97% | 0.62% | - |
| HSV(B) | 268.25º | 0.75% | 0.99% | - |
| XYZ | 32.3 | 17.26 | 93.72 | - |
| YUV | 111.16 | 207.49 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 252 | 0.40 | 0.75 | 0 | 0.01 | 268.25 | 0.97 | 0.62 |
| Hex | 98 | 3F | FC | 28 | 4B | 0 | 1 | 10C | 61 | 3E |
| Octal | 230 | 77 | 374 | 50 | 113 | 0 | 1 | 414 | 141 | 76 |
| Binary | 10011000 | 111111 | 11111100 | 101000 | 1001011 | 0 | 1 | 100001100 | 1100001 | 111110 |
Color Harmonies of #983FFC
Complementary color
Monochromatic Colors of #983FFC
Black with #983FFC
Text Example
Text Example
White with #983FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FFC; }
p { color: rgb(152,63,252); }
H1.HeaderClassName
{
color: #983FFC;
}
.AnyTagClassName
{
color: #983FFC;
}
</style>
background-color css
<style>
a { background-color: #983FFC; }
a { background-color: rgb(152,63,252); }
div.DivClassName
{
background-color: #983FFC;
}
.BgClassName
{
background-color: #983FFC;
}
</style>
border-color css
<style>
span { border-color: #983FFC; }
span { border-color: rgb(152,63,252); }
td.TdClassName
{
border-color: #983FFC;
}
.TagClassName
{
border-color: #983FFC;
}
</style>