Shades of Blue Violet #982FEF
Tints of Blue Violet #982FEF
RGB
CMYK
RGB Variations
Color information
#982FEF (or 0x982FEF) is known color: Blue Violet. HEX triplet: 98, 2F and EF. RGB value is (152,47,239). Sum of RGB (Red+Green+Blue) = 152+47+239=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #982FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982FEF is #67D010. Grayscale: #636363. Windows color (decimal): -6803473 or 15675288. OLE color: 15675288.
HSL color Cylindrical-coordinate representation of color #982FEF: hue angle of 272.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982FEF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 47 | 239 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.06 |
| HSL | 272.81º | 0.86% | 0.56% | - |
| HSV(B) | 272.81º | 0.8% | 0.94% | - |
| XYZ | 29.55 | 14.94 | 82.99 | - |
| YUV | 100.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 239 | 0.36 | 0.80 | 0 | 0.06 | 272.81 | 0.86 | 0.56 |
| Hex | 98 | 2F | EF | 24 | 50 | 0 | 6 | 111 | 56 | 38 |
| Octal | 230 | 57 | 357 | 44 | 120 | 0 | 6 | 421 | 126 | 70 |
| Binary | 10011000 | 101111 | 11101111 | 100100 | 1010000 | 0 | 110 | 100010001 | 1010110 | 111000 |
Color Harmonies of #982FEF
Complementary color
Monochromatic Colors of #982FEF
Black with #982FEF
Text Example
Text Example
White with #982FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982FEF; }
p { color: rgb(152,47,239); }
H1.HeaderClassName
{
color: #982FEF;
}
.AnyTagClassName
{
color: #982FEF;
}
</style>
background-color css
<style>
a { background-color: #982FEF; }
a { background-color: rgb(152,47,239); }
div.DivClassName
{
background-color: #982FEF;
}
.BgClassName
{
background-color: #982FEF;
}
</style>
border-color css
<style>
span { border-color: #982FEF; }
span { border-color: rgb(152,47,239); }
td.TdClassName
{
border-color: #982FEF;
}
.TagClassName
{
border-color: #982FEF;
}
</style>