Shades of Blue Violet #982CEC
Tints of Blue Violet #982CEC
RGB
CMYK
RGB Variations
Color information
#982CEC (or 0x982CEC) is known color: Blue Violet. HEX triplet: 98, 2C and EC. RGB value is (152,44,236). Sum of RGB (Red+Green+Blue) = 152+44+236=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #982CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982CEC is #67D313. Grayscale: #616161. Windows color (decimal): -6804244 or 15477912. OLE color: 15477912.
HSL color Cylindrical-coordinate representation of color #982CEC: hue angle of 273.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982CEC is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 44 | 236 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.07 |
| HSL | 273.75º | 0.83% | 0.55% | - |
| HSV(B) | 273.75º | 0.81% | 0.93% | - |
| XYZ | 28.99 | 14.53 | 80.63 | - |
| YUV | 98.18 | 205.78 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 236 | 0.36 | 0.81 | 0 | 0.07 | 273.75 | 0.83 | 0.55 |
| Hex | 98 | 2C | EC | 24 | 51 | 0 | 7 | 112 | 53 | 37 |
| Octal | 230 | 54 | 354 | 44 | 121 | 0 | 7 | 422 | 123 | 67 |
| Binary | 10011000 | 101100 | 11101100 | 100100 | 1010001 | 0 | 111 | 100010010 | 1010011 | 110111 |
Color Harmonies of #982CEC
Complementary color
Monochromatic Colors of #982CEC
Black with #982CEC
Text Example
Text Example
White with #982CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CEC; }
p { color: rgb(152,44,236); }
H1.HeaderClassName
{
color: #982CEC;
}
.AnyTagClassName
{
color: #982CEC;
}
</style>
background-color css
<style>
a { background-color: #982CEC; }
a { background-color: rgb(152,44,236); }
div.DivClassName
{
background-color: #982CEC;
}
.BgClassName
{
background-color: #982CEC;
}
</style>
border-color css
<style>
span { border-color: #982CEC; }
span { border-color: rgb(152,44,236); }
td.TdClassName
{
border-color: #982CEC;
}
.TagClassName
{
border-color: #982CEC;
}
</style>