Shades of Blue Violet #983FFD
Tints of Blue Violet #983FFD
RGB
CMYK
RGB Variations
Color information
#983FFD (or 0x983FFD) is known color: Blue Violet. HEX triplet: 98, 3F and FD. RGB value is (152,63,253). Sum of RGB (Red+Green+Blue) = 152+63+253=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #983FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FFD is #67C002. Grayscale: #6E6E6E. Windows color (decimal): -6799363 or 16596888. OLE color: 16596888.
HSL color Cylindrical-coordinate representation of color #983FFD: hue angle of 268.11º degrees, saturation: 0.98, 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 #983FFD is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 63 | 253 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.01 |
| HSL | 268.11º | 0.98% | 0.62% | - |
| HSV(B) | 268.11º | 0.75% | 0.99% | - |
| XYZ | 32.46 | 17.32 | 94.56 | - |
| YUV | 111.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 253 | 0.40 | 0.75 | 0 | 0.01 | 268.11 | 0.98 | 0.62 |
| Hex | 98 | 3F | FD | 28 | 4B | 0 | 1 | 10C | 62 | 3E |
| Octal | 230 | 77 | 375 | 50 | 113 | 0 | 1 | 414 | 142 | 76 |
| Binary | 10011000 | 111111 | 11111101 | 101000 | 1001011 | 0 | 1 | 100001100 | 1100010 | 111110 |
Color Harmonies of #983FFD
Complementary color
Monochromatic Colors of #983FFD
Black with #983FFD
Text Example
Text Example
White with #983FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FFD; }
p { color: rgb(152,63,253); }
H1.HeaderClassName
{
color: #983FFD;
}
.AnyTagClassName
{
color: #983FFD;
}
</style>
background-color css
<style>
a { background-color: #983FFD; }
a { background-color: rgb(152,63,253); }
div.DivClassName
{
background-color: #983FFD;
}
.BgClassName
{
background-color: #983FFD;
}
</style>
border-color css
<style>
span { border-color: #983FFD; }
span { border-color: rgb(152,63,253); }
td.TdClassName
{
border-color: #983FFD;
}
.TagClassName
{
border-color: #983FFD;
}
</style>