Shades of Blue Violet #983DF3
Tints of Blue Violet #983DF3
RGB
CMYK
RGB Variations
Color information
#983DF3 (or 0x983DF3) is known color: Blue Violet. HEX triplet: 98, 3D and F3. RGB value is (152,61,243). Sum of RGB (Red+Green+Blue) = 152+61+243=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #983DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983DF3 is #67C20C. Grayscale: #6C6C6C. Windows color (decimal): -6799885 or 15941016. OLE color: 15941016.
HSL color Cylindrical-coordinate representation of color #983DF3: hue angle of 270º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983DF3 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 61 | 243 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.05 |
| HSL | 270º | 0.88% | 0.6% | - |
| HSV(B) | 270º | 0.75% | 0.95% | - |
| XYZ | 30.8 | 16.48 | 86.35 | - |
| YUV | 108.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 243 | 0.37 | 0.75 | 0 | 0.05 | 270 | 0.88 | 0.6 |
| Hex | 98 | 3D | F3 | 25 | 4B | 0 | 5 | 10E | 58 | 3C |
| Octal | 230 | 75 | 363 | 45 | 113 | 0 | 5 | 416 | 130 | 74 |
| Binary | 10011000 | 111101 | 11110011 | 100101 | 1001011 | 0 | 101 | 100001110 | 1011000 | 111100 |
Color Harmonies of #983DF3
Complementary color
Monochromatic Colors of #983DF3
Black with #983DF3
Text Example
Text Example
White with #983DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983DF3; }
p { color: rgb(152,61,243); }
H1.HeaderClassName
{
color: #983DF3;
}
.AnyTagClassName
{
color: #983DF3;
}
</style>
background-color css
<style>
a { background-color: #983DF3; }
a { background-color: rgb(152,61,243); }
div.DivClassName
{
background-color: #983DF3;
}
.BgClassName
{
background-color: #983DF3;
}
</style>
border-color css
<style>
span { border-color: #983DF3; }
span { border-color: rgb(152,61,243); }
td.TdClassName
{
border-color: #983DF3;
}
.TagClassName
{
border-color: #983DF3;
}
</style>