Shades of Blue Violet #983FDF
Tints of Blue Violet #983FDF
RGB
CMYK
RGB Variations
Color information
#983FDF (or 0x983FDF) is known color: Blue Violet. HEX triplet: 98, 3F and DF. RGB value is (152,63,223). Sum of RGB (Red+Green+Blue) = 152+63+223=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #983FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FDF is #67C020. Grayscale: #6B6B6B. Windows color (decimal): -6799393 or 14630808. OLE color: 14630808.
HSL color Cylindrical-coordinate representation of color #983FDF: hue angle of 273.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983FDF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 63 | 223 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.13 |
| HSL | 273.38º | 0.71% | 0.56% | - |
| HSV(B) | 273.38º | 0.72% | 0.87% | - |
| XYZ | 28.05 | 15.56 | 71.34 | - |
| YUV | 107.85 | 192.99 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 223 | 0.32 | 0.72 | 0 | 0.13 | 273.38 | 0.71 | 0.56 |
| Hex | 98 | 3F | DF | 20 | 48 | 0 | D | 111 | 47 | 38 |
| Octal | 230 | 77 | 337 | 40 | 110 | 0 | 15 | 421 | 107 | 70 |
| Binary | 10011000 | 111111 | 11011111 | 100000 | 1001000 | 0 | 1101 | 100010001 | 1000111 | 111000 |
Color Harmonies of #983FDF
Complementary color
Monochromatic Colors of #983FDF
Black with #983FDF
Text Example
Text Example
White with #983FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983FDF; }
p { color: rgb(152,63,223); }
H1.HeaderClassName
{
color: #983FDF;
}
.AnyTagClassName
{
color: #983FDF;
}
</style>
background-color css
<style>
a { background-color: #983FDF; }
a { background-color: rgb(152,63,223); }
div.DivClassName
{
background-color: #983FDF;
}
.BgClassName
{
background-color: #983FDF;
}
</style>
border-color css
<style>
span { border-color: #983FDF; }
span { border-color: rgb(152,63,223); }
td.TdClassName
{
border-color: #983FDF;
}
.TagClassName
{
border-color: #983FDF;
}
</style>