Shades of Blue Violet #983CEC
Tints of Blue Violet #983CEC
RGB
CMYK
RGB Variations
Color information
#983CEC (or 0x983CEC) is known color: Blue Violet. HEX triplet: 98, 3C and EC. RGB value is (152,60,236). Sum of RGB (Red+Green+Blue) = 152+60+236=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #983CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CEC is #67C313. Grayscale: #6A6A6A. Windows color (decimal): -6800148 or 15482008. OLE color: 15482008.
HSL color Cylindrical-coordinate representation of color #983CEC: hue angle of 271.36º degrees, saturation: 0.82, 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 #983CEC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 60 | 236 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.07 |
| HSL | 271.36º | 0.82% | 0.58% | - |
| HSV(B) | 271.36º | 0.75% | 0.93% | - |
| XYZ | 29.71 | 15.96 | 80.87 | - |
| YUV | 107.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 236 | 0.36 | 0.75 | 0 | 0.07 | 271.36 | 0.82 | 0.58 |
| Hex | 98 | 3C | EC | 24 | 4B | 0 | 7 | 10F | 52 | 3A |
| Octal | 230 | 74 | 354 | 44 | 113 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10011000 | 111100 | 11101100 | 100100 | 1001011 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #983CEC
Complementary color
Monochromatic Colors of #983CEC
Black with #983CEC
Text Example
Text Example
White with #983CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983CEC; }
p { color: rgb(152,60,236); }
H1.HeaderClassName
{
color: #983CEC;
}
.AnyTagClassName
{
color: #983CEC;
}
</style>
background-color css
<style>
a { background-color: #983CEC; }
a { background-color: rgb(152,60,236); }
div.DivClassName
{
background-color: #983CEC;
}
.BgClassName
{
background-color: #983CEC;
}
</style>
border-color css
<style>
span { border-color: #983CEC; }
span { border-color: rgb(152,60,236); }
td.TdClassName
{
border-color: #983CEC;
}
.TagClassName
{
border-color: #983CEC;
}
</style>