Shades of Blue Violet #983DFF
Tints of Blue Violet #983DFF
RGB
CMYK
RGB Variations
Color information
#983DFF (or 0x983DFF) is known color: Blue Violet. HEX triplet: 98, 3D and FF. RGB value is (152,61,255). Sum of RGB (Red+Green+Blue) = 152+61+255=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #983DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983DFF is #67C200. Grayscale: #6D6D6D. Windows color (decimal): -6799873 or 16727448. OLE color: 16727448.
HSL color Cylindrical-coordinate representation of color #983DFF: hue angle of 268.14º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983DFF is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 61 | 255 | - |
| CMYK | 0.40 | 0.76 | 0 | 0 |
| HSL | 268.14º | 1% | 0.62% | - |
| HSV(B) | 268.14º | 0.76% | 1% | - |
| XYZ | 32.67 | 17.23 | 96.21 | - |
| YUV | 110.33 | 209.65 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 255 | 0.40 | 0.76 | 0 | 0 | 268.14 | 1 | 0.62 |
| Hex | 98 | 3D | FF | 28 | 4C | 0 | 0 | 10C | 64 | 3E |
| Octal | 230 | 75 | 377 | 50 | 114 | 0 | 0 | 414 | 144 | 76 |
| Binary | 10011000 | 111101 | 11111111 | 101000 | 1001100 | 0 | 0 | 100001100 | 1100100 | 111110 |
Color Harmonies of #983DFF
Complementary color
Monochromatic Colors of #983DFF
Black with #983DFF
Text Example
Text Example
White with #983DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DFF; }
p { color: rgb(152,61,255); }
H1.HeaderClassName
{
color: #983DFF;
}
.AnyTagClassName
{
color: #983DFF;
}
</style>
background-color css
<style>
a { background-color: #983DFF; }
a { background-color: rgb(152,61,255); }
div.DivClassName
{
background-color: #983DFF;
}
.BgClassName
{
background-color: #983DFF;
}
</style>
border-color css
<style>
span { border-color: #983DFF; }
span { border-color: rgb(152,61,255); }
td.TdClassName
{
border-color: #983DFF;
}
.TagClassName
{
border-color: #983DFF;
}
</style>