Shades of Blue Violet #982BFC
Tints of Blue Violet #982BFC
RGB
CMYK
RGB Variations
Color information
#982BFC (or 0x982BFC) is known color: Blue Violet. HEX triplet: 98, 2B and FC. RGB value is (152,43,252). Sum of RGB (Red+Green+Blue) = 152+43+252=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #982BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982BFC is #67D403. Grayscale: #626262. Windows color (decimal): -6804484 or 16526232. OLE color: 16526232.
HSL color Cylindrical-coordinate representation of color #982BFC: hue angle of 271.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982BFC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 43 | 252 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.01 |
| HSL | 271.29º | 0.97% | 0.58% | - |
| HSV(B) | 271.29º | 0.83% | 0.99% | - |
| XYZ | 31.38 | 15.43 | 93.42 | - |
| YUV | 99.42 | 214.11 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 252 | 0.40 | 0.83 | 0 | 0.01 | 271.29 | 0.97 | 0.58 |
| Hex | 98 | 2B | FC | 28 | 53 | 0 | 1 | 10F | 61 | 3A |
| Octal | 230 | 53 | 374 | 50 | 123 | 0 | 1 | 417 | 141 | 72 |
| Binary | 10011000 | 101011 | 11111100 | 101000 | 1010011 | 0 | 1 | 100001111 | 1100001 | 111010 |
Color Harmonies of #982BFC
Complementary color
Monochromatic Colors of #982BFC
Black with #982BFC
Text Example
Text Example
White with #982BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982BFC; }
p { color: rgb(152,43,252); }
H1.HeaderClassName
{
color: #982BFC;
}
.AnyTagClassName
{
color: #982BFC;
}
</style>
background-color css
<style>
a { background-color: #982BFC; }
a { background-color: rgb(152,43,252); }
div.DivClassName
{
background-color: #982BFC;
}
.BgClassName
{
background-color: #982BFC;
}
</style>
border-color css
<style>
span { border-color: #982BFC; }
span { border-color: rgb(152,43,252); }
td.TdClassName
{
border-color: #982BFC;
}
.TagClassName
{
border-color: #982BFC;
}
</style>