Shades of Blue Violet #983FFF
Tints of Blue Violet #983FFF
RGB
CMYK
RGB Variations
Color information
#983FFF (or 0x983FFF) is known color: Blue Violet. HEX triplet: 98, 3F and FF. RGB value is (152,63,255). Sum of RGB (Red+Green+Blue) = 152+63+255=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #983FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FFF is #67C000. Grayscale: #6E6E6E. Windows color (decimal): -6799361 or 16727960. OLE color: 16727960.
HSL color Cylindrical-coordinate representation of color #983FFF: hue angle of 267.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983FFF is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 63 | 255 | - |
| CMYK | 0.40 | 0.75 | 0 | 0 |
| HSL | 267.81º | 1% | 0.62% | - |
| HSV(B) | 267.81º | 0.75% | 1% | - |
| XYZ | 32.78 | 17.45 | 96.25 | - |
| YUV | 111.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 255 | 0.40 | 0.75 | 0 | 0 | 267.81 | 1 | 0.62 |
| Hex | 98 | 3F | FF | 28 | 4B | 0 | 0 | 10C | 64 | 3E |
| Octal | 230 | 77 | 377 | 50 | 113 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10011000 | 111111 | 11111111 | 101000 | 1001011 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #983FFF
Complementary color
Monochromatic Colors of #983FFF
Black with #983FFF
Text Example
Text Example
White with #983FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FFF; }
p { color: rgb(152,63,255); }
H1.HeaderClassName
{
color: #983FFF;
}
.AnyTagClassName
{
color: #983FFF;
}
</style>
background-color css
<style>
a { background-color: #983FFF; }
a { background-color: rgb(152,63,255); }
div.DivClassName
{
background-color: #983FFF;
}
.BgClassName
{
background-color: #983FFF;
}
</style>
border-color css
<style>
span { border-color: #983FFF; }
span { border-color: rgb(152,63,255); }
td.TdClassName
{
border-color: #983FFF;
}
.TagClassName
{
border-color: #983FFF;
}
</style>