Shades of Blue Violet #983CEF
Tints of Blue Violet #983CEF
RGB
CMYK
RGB Variations
Color information
#983CEF (or 0x983CEF) is known color: Blue Violet. HEX triplet: 98, 3C and EF. RGB value is (152,60,239). Sum of RGB (Red+Green+Blue) = 152+60+239=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #983CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CEF is #67C310. Grayscale: #6B6B6B. Windows color (decimal): -6800145 or 15678616. OLE color: 15678616.
HSL color Cylindrical-coordinate representation of color #983CEF: hue angle of 270.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983CEF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 60 | 239 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.06 |
| HSL | 270.84º | 0.85% | 0.59% | - |
| HSV(B) | 270.84º | 0.75% | 0.94% | - |
| XYZ | 30.14 | 16.14 | 83.19 | - |
| YUV | 107.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 239 | 0.36 | 0.75 | 0 | 0.06 | 270.84 | 0.85 | 0.59 |
| Hex | 98 | 3C | EF | 24 | 4B | 0 | 6 | 10F | 55 | 3B |
| Octal | 230 | 74 | 357 | 44 | 113 | 0 | 6 | 417 | 125 | 73 |
| Binary | 10011000 | 111100 | 11101111 | 100100 | 1001011 | 0 | 110 | 100001111 | 1010101 | 111011 |
Color Harmonies of #983CEF
Complementary color
Monochromatic Colors of #983CEF
Black with #983CEF
Text Example
Text Example
White with #983CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CEF; }
p { color: rgb(152,60,239); }
H1.HeaderClassName
{
color: #983CEF;
}
.AnyTagClassName
{
color: #983CEF;
}
</style>
background-color css
<style>
a { background-color: #983CEF; }
a { background-color: rgb(152,60,239); }
div.DivClassName
{
background-color: #983CEF;
}
.BgClassName
{
background-color: #983CEF;
}
</style>
border-color css
<style>
span { border-color: #983CEF; }
span { border-color: rgb(152,60,239); }
td.TdClassName
{
border-color: #983CEF;
}
.TagClassName
{
border-color: #983CEF;
}
</style>