Shades of Blue Violet #982BFF
Tints of Blue Violet #982BFF
RGB
CMYK
RGB Variations
Color information
#982BFF (or 0x982BFF) is known color: Blue Violet. HEX triplet: 98, 2B and FF. RGB value is (152,43,255). Sum of RGB (Red+Green+Blue) = 152+43+255=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #982BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982BFF is #67D400. Grayscale: #636363. Windows color (decimal): -6804481 or 16722840. OLE color: 16722840.
HSL color Cylindrical-coordinate representation of color #982BFF: hue angle of 270.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982BFF is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 43 | 255 | - |
| CMYK | 0.40 | 0.83 | 0 | 0 |
| HSL | 270.85º | 1% | 0.58% | - |
| HSV(B) | 270.85º | 0.83% | 1% | - |
| XYZ | 31.86 | 15.62 | 95.94 | - |
| YUV | 99.76 | 215.61 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 255 | 0.40 | 0.83 | 0 | 0 | 270.85 | 1 | 0.58 |
| Hex | 98 | 2B | FF | 28 | 53 | 0 | 0 | 10F | 64 | 3A |
| Octal | 230 | 53 | 377 | 50 | 123 | 0 | 0 | 417 | 144 | 72 |
| Binary | 10011000 | 101011 | 11111111 | 101000 | 1010011 | 0 | 0 | 100001111 | 1100100 | 111010 |
Color Harmonies of #982BFF
Complementary color
Monochromatic Colors of #982BFF
Black with #982BFF
Text Example
Text Example
White with #982BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BFF; }
p { color: rgb(152,43,255); }
H1.HeaderClassName
{
color: #982BFF;
}
.AnyTagClassName
{
color: #982BFF;
}
</style>
background-color css
<style>
a { background-color: #982BFF; }
a { background-color: rgb(152,43,255); }
div.DivClassName
{
background-color: #982BFF;
}
.BgClassName
{
background-color: #982BFF;
}
</style>
border-color css
<style>
span { border-color: #982BFF; }
span { border-color: rgb(152,43,255); }
td.TdClassName
{
border-color: #982BFF;
}
.TagClassName
{
border-color: #982BFF;
}
</style>