Shades of Blue Violet #982FFE
Tints of Blue Violet #982FFE
RGB
CMYK
RGB Variations
Color information
#982FFE (or 0x982FFE) is known color: Blue Violet. HEX triplet: 98, 2F and FE. RGB value is (152,47,254). Sum of RGB (Red+Green+Blue) = 152+47+254=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #982FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982FFE is #67D001. Grayscale: #656565. Windows color (decimal): -6803458 or 16658328. OLE color: 16658328.
HSL color Cylindrical-coordinate representation of color #982FFE: hue angle of 270.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982FFE is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 47 | 254 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.00 |
| HSL | 270.43º | 0.99% | 0.59% | - |
| HSV(B) | 270.43º | 0.81% | 1% | - |
| XYZ | 31.85 | 15.86 | 95.15 | - |
| YUV | 101.99 | 213.79 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 254 | 0.40 | 0.81 | 0 | 0.00 | 270.43 | 0.99 | 0.59 |
| Hex | 98 | 2F | FE | 28 | 51 | 0 | 0 | 10E | 63 | 3B |
| Octal | 230 | 57 | 376 | 50 | 121 | 0 | 0 | 416 | 143 | 73 |
| Binary | 10011000 | 101111 | 11111110 | 101000 | 1010001 | 0 | 0 | 100001110 | 1100011 | 111011 |
Color Harmonies of #982FFE
Complementary color
Monochromatic Colors of #982FFE
Black with #982FFE
Text Example
Text Example
White with #982FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982FFE; }
p { color: rgb(152,47,254); }
H1.HeaderClassName
{
color: #982FFE;
}
.AnyTagClassName
{
color: #982FFE;
}
</style>
background-color css
<style>
a { background-color: #982FFE; }
a { background-color: rgb(152,47,254); }
div.DivClassName
{
background-color: #982FFE;
}
.BgClassName
{
background-color: #982FFE;
}
</style>
border-color css
<style>
span { border-color: #982FFE; }
span { border-color: rgb(152,47,254); }
td.TdClassName
{
border-color: #982FFE;
}
.TagClassName
{
border-color: #982FFE;
}
</style>