Shades of Blue Violet #982EFC
Tints of Blue Violet #982EFC
RGB
CMYK
RGB Variations
Color information
#982EFC (or 0x982EFC) is known color: Blue Violet. HEX triplet: 98, 2E and FC. RGB value is (152,46,252). Sum of RGB (Red+Green+Blue) = 152+46+252=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #982EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EFC is #67D103. Grayscale: #646464. Windows color (decimal): -6803716 or 16527000. OLE color: 16527000.
HSL color Cylindrical-coordinate representation of color #982EFC: hue angle of 270.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982EFC is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 46 | 252 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.01 |
| HSL | 270.87º | 0.97% | 0.58% | - |
| HSV(B) | 270.87º | 0.82% | 0.99% | - |
| XYZ | 31.5 | 15.66 | 93.46 | - |
| YUV | 101.18 | 213.12 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 46 | 252 | 0.40 | 0.82 | 0 | 0.01 | 270.87 | 0.97 | 0.58 |
| Hex | 98 | 2E | FC | 28 | 52 | 0 | 1 | 10F | 61 | 3A |
| Octal | 230 | 56 | 374 | 50 | 122 | 0 | 1 | 417 | 141 | 72 |
| Binary | 10011000 | 101110 | 11111100 | 101000 | 1010010 | 0 | 1 | 100001111 | 1100001 | 111010 |
Color Harmonies of #982EFC
Complementary color
Monochromatic Colors of #982EFC
Black with #982EFC
Text Example
Text Example
White with #982EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982EFC; }
p { color: rgb(152,46,252); }
H1.HeaderClassName
{
color: #982EFC;
}
.AnyTagClassName
{
color: #982EFC;
}
</style>
background-color css
<style>
a { background-color: #982EFC; }
a { background-color: rgb(152,46,252); }
div.DivClassName
{
background-color: #982EFC;
}
.BgClassName
{
background-color: #982EFC;
}
</style>
border-color css
<style>
span { border-color: #982EFC; }
span { border-color: rgb(152,46,252); }
td.TdClassName
{
border-color: #982EFC;
}
.TagClassName
{
border-color: #982EFC;
}
</style>