Shades of Blue Violet #983EEC
Tints of Blue Violet #983EEC
RGB
CMYK
RGB Variations
Color information
#983EEC (or 0x983EEC) is known color: Blue Violet. HEX triplet: 98, 3E and EC. RGB value is (152,62,236). Sum of RGB (Red+Green+Blue) = 152+62+236=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #983EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983EEC is #67C113. Grayscale: #6C6C6C. Windows color (decimal): -6799636 or 15482520. OLE color: 15482520.
HSL color Cylindrical-coordinate representation of color #983EEC: hue angle of 271.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983EEC is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 62 | 236 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.07 |
| HSL | 271.03º | 0.82% | 0.58% | - |
| HSV(B) | 271.03º | 0.74% | 0.93% | - |
| XYZ | 29.81 | 16.18 | 80.91 | - |
| YUV | 108.75 | 199.82 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 236 | 0.36 | 0.74 | 0 | 0.07 | 271.03 | 0.82 | 0.58 |
| Hex | 98 | 3E | EC | 24 | 4A | 0 | 7 | 10F | 52 | 3A |
| Octal | 230 | 76 | 354 | 44 | 112 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10011000 | 111110 | 11101100 | 100100 | 1001010 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #983EEC
Complementary color
Monochromatic Colors of #983EEC
Black with #983EEC
Text Example
Text Example
White with #983EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983EEC; }
p { color: rgb(152,62,236); }
H1.HeaderClassName
{
color: #983EEC;
}
.AnyTagClassName
{
color: #983EEC;
}
</style>
background-color css
<style>
a { background-color: #983EEC; }
a { background-color: rgb(152,62,236); }
div.DivClassName
{
background-color: #983EEC;
}
.BgClassName
{
background-color: #983EEC;
}
</style>
border-color css
<style>
span { border-color: #983EEC; }
span { border-color: rgb(152,62,236); }
td.TdClassName
{
border-color: #983EEC;
}
.TagClassName
{
border-color: #983EEC;
}
</style>