Shades of Blue Violet #982CEF
Tints of Blue Violet #982CEF
RGB
CMYK
RGB Variations
Color information
#982CEF (or 0x982CEF) is known color: Blue Violet. HEX triplet: 98, 2C and EF. RGB value is (152,44,239). Sum of RGB (Red+Green+Blue) = 152+44+239=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #982CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982CEF is #67D310. Grayscale: #616161. Windows color (decimal): -6804241 or 15674520. OLE color: 15674520.
HSL color Cylindrical-coordinate representation of color #982CEF: hue angle of 273.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982CEF is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 44 | 239 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.06 |
| HSL | 273.23º | 0.86% | 0.55% | - |
| HSV(B) | 273.23º | 0.82% | 0.94% | - |
| XYZ | 29.43 | 14.71 | 82.95 | - |
| YUV | 98.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 239 | 0.36 | 0.82 | 0 | 0.06 | 273.23 | 0.86 | 0.55 |
| Hex | 98 | 2C | EF | 24 | 52 | 0 | 6 | 111 | 56 | 37 |
| Octal | 230 | 54 | 357 | 44 | 122 | 0 | 6 | 421 | 126 | 67 |
| Binary | 10011000 | 101100 | 11101111 | 100100 | 1010010 | 0 | 110 | 100010001 | 1010110 | 110111 |
Color Harmonies of #982CEF
Complementary color
Monochromatic Colors of #982CEF
Black with #982CEF
Text Example
Text Example
White with #982CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CEF; }
p { color: rgb(152,44,239); }
H1.HeaderClassName
{
color: #982CEF;
}
.AnyTagClassName
{
color: #982CEF;
}
</style>
background-color css
<style>
a { background-color: #982CEF; }
a { background-color: rgb(152,44,239); }
div.DivClassName
{
background-color: #982CEF;
}
.BgClassName
{
background-color: #982CEF;
}
</style>
border-color css
<style>
span { border-color: #982CEF; }
span { border-color: rgb(152,44,239); }
td.TdClassName
{
border-color: #982CEF;
}
.TagClassName
{
border-color: #982CEF;
}
</style>