Shades of Blue Violet #983CFD
Tints of Blue Violet #983CFD
RGB
CMYK
RGB Variations
Color information
#983CFD (or 0x983CFD) is known color: Blue Violet. HEX triplet: 98, 3C and FD. RGB value is (152,60,253). Sum of RGB (Red+Green+Blue) = 152+60+253=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #983CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CFD is #67C302. Grayscale: #6C6C6C. Windows color (decimal): -6800131 or 16596120. OLE color: 16596120.
HSL color Cylindrical-coordinate representation of color #983CFD: hue angle of 268.6º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983CFD is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 60 | 253 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.01 |
| HSL | 268.6º | 0.98% | 0.61% | - |
| HSV(B) | 268.6º | 0.76% | 0.99% | - |
| XYZ | 32.29 | 17 | 94.51 | - |
| YUV | 109.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 253 | 0.40 | 0.76 | 0 | 0.01 | 268.6 | 0.98 | 0.61 |
| Hex | 98 | 3C | FD | 28 | 4C | 0 | 1 | 10D | 62 | 3D |
| Octal | 230 | 74 | 375 | 50 | 114 | 0 | 1 | 415 | 142 | 75 |
| Binary | 10011000 | 111100 | 11111101 | 101000 | 1001100 | 0 | 1 | 100001101 | 1100010 | 111101 |
Color Harmonies of #983CFD
Complementary color
Monochromatic Colors of #983CFD
Black with #983CFD
Text Example
Text Example
White with #983CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CFD; }
p { color: rgb(152,60,253); }
H1.HeaderClassName
{
color: #983CFD;
}
.AnyTagClassName
{
color: #983CFD;
}
</style>
background-color css
<style>
a { background-color: #983CFD; }
a { background-color: rgb(152,60,253); }
div.DivClassName
{
background-color: #983CFD;
}
.BgClassName
{
background-color: #983CFD;
}
</style>
border-color css
<style>
span { border-color: #983CFD; }
span { border-color: rgb(152,60,253); }
td.TdClassName
{
border-color: #983CFD;
}
.TagClassName
{
border-color: #983CFD;
}
</style>