Shades of Blue Violet #983CED
Tints of Blue Violet #983CED
RGB
CMYK
RGB Variations
Color information
#983CED (or 0x983CED) is known color: Blue Violet. HEX triplet: 98, 3C and ED. RGB value is (152,60,237). Sum of RGB (Red+Green+Blue) = 152+60+237=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #983CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CED is #67C312. Grayscale: #6B6B6B. Windows color (decimal): -6800147 or 15547544. OLE color: 15547544.
HSL color Cylindrical-coordinate representation of color #983CED: hue angle of 271.19º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983CED is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 60 | 237 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.07 |
| HSL | 271.19º | 0.83% | 0.58% | - |
| HSV(B) | 271.19º | 0.75% | 0.93% | - |
| XYZ | 29.85 | 16.02 | 81.64 | - |
| YUV | 107.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 237 | 0.36 | 0.75 | 0 | 0.07 | 271.19 | 0.83 | 0.58 |
| Hex | 98 | 3C | ED | 24 | 4B | 0 | 7 | 10F | 53 | 3A |
| Octal | 230 | 74 | 355 | 44 | 113 | 0 | 7 | 417 | 123 | 72 |
| Binary | 10011000 | 111100 | 11101101 | 100100 | 1001011 | 0 | 111 | 100001111 | 1010011 | 111010 |
Color Harmonies of #983CED
Complementary color
Monochromatic Colors of #983CED
Black with #983CED
Text Example
Text Example
White with #983CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CED; }
p { color: rgb(152,60,237); }
H1.HeaderClassName
{
color: #983CED;
}
.AnyTagClassName
{
color: #983CED;
}
</style>
background-color css
<style>
a { background-color: #983CED; }
a { background-color: rgb(152,60,237); }
div.DivClassName
{
background-color: #983CED;
}
.BgClassName
{
background-color: #983CED;
}
</style>
border-color css
<style>
span { border-color: #983CED; }
span { border-color: rgb(152,60,237); }
td.TdClassName
{
border-color: #983CED;
}
.TagClassName
{
border-color: #983CED;
}
</style>