Shades of Blue Violet #982BFE
Tints of Blue Violet #982BFE
RGB
CMYK
RGB Variations
Color information
#982BFE (or 0x982BFE) is known color: Blue Violet. HEX triplet: 98, 2B and FE. RGB value is (152,43,254). Sum of RGB (Red+Green+Blue) = 152+43+254=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #982BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982BFE is #67D401. Grayscale: #626262. Windows color (decimal): -6804482 or 16657304. OLE color: 16657304.
HSL color Cylindrical-coordinate representation of color #982BFE: hue angle of 271º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982BFE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 43 | 254 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.00 |
| HSL | 271º | 0.99% | 0.58% | - |
| HSV(B) | 271º | 0.83% | 1% | - |
| XYZ | 31.7 | 15.56 | 95.1 | - |
| YUV | 99.65 | 215.11 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 254 | 0.40 | 0.83 | 0 | 0.00 | 271 | 0.99 | 0.58 |
| Hex | 98 | 2B | FE | 28 | 53 | 0 | 0 | 10F | 63 | 3A |
| Octal | 230 | 53 | 376 | 50 | 123 | 0 | 0 | 417 | 143 | 72 |
| Binary | 10011000 | 101011 | 11111110 | 101000 | 1010011 | 0 | 0 | 100001111 | 1100011 | 111010 |
Color Harmonies of #982BFE
Complementary color
Monochromatic Colors of #982BFE
Black with #982BFE
Text Example
Text Example
White with #982BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BFE; }
p { color: rgb(152,43,254); }
H1.HeaderClassName
{
color: #982BFE;
}
.AnyTagClassName
{
color: #982BFE;
}
</style>
background-color css
<style>
a { background-color: #982BFE; }
a { background-color: rgb(152,43,254); }
div.DivClassName
{
background-color: #982BFE;
}
.BgClassName
{
background-color: #982BFE;
}
</style>
border-color css
<style>
span { border-color: #982BFE; }
span { border-color: rgb(152,43,254); }
td.TdClassName
{
border-color: #982BFE;
}
.TagClassName
{
border-color: #982BFE;
}
</style>