Shades of Blue Violet #980FFE
Tints of Blue Violet #980FFE
RGB
CMYK
RGB Variations
Color information
#980FFE (or 0x980FFE) is known color: Blue Violet. HEX triplet: 98, 0F and FE. RGB value is (152,15,254). Sum of RGB (Red+Green+Blue) = 152+15+254=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #980FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FFE is #67F001. Grayscale: #525252. Windows color (decimal): -6811650 or 16650136. OLE color: 16650136.
HSL color Cylindrical-coordinate representation of color #980FFE: hue angle of 274.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980FFE is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 15 | 254 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.00 |
| HSL | 274.39º | 0.99% | 0.53% | - |
| HSV(B) | 274.39º | 0.94% | 1% | - |
| XYZ | 31.01 | 14.17 | 94.87 | - |
| YUV | 83.21 | 224.39 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 254 | 0.40 | 0.94 | 0 | 0.00 | 274.39 | 0.99 | 0.53 |
| Hex | 98 | F | FE | 28 | 5E | 0 | 0 | 112 | 63 | 35 |
| Octal | 230 | 17 | 376 | 50 | 136 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10011000 | 1111 | 11111110 | 101000 | 1011110 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #980FFE
Complementary color
Monochromatic Colors of #980FFE
Black with #980FFE
Text Example
Text Example
White with #980FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FFE; }
p { color: rgb(152,15,254); }
H1.HeaderClassName
{
color: #980FFE;
}
.AnyTagClassName
{
color: #980FFE;
}
</style>
background-color css
<style>
a { background-color: #980FFE; }
a { background-color: rgb(152,15,254); }
div.DivClassName
{
background-color: #980FFE;
}
.BgClassName
{
background-color: #980FFE;
}
</style>
border-color css
<style>
span { border-color: #980FFE; }
span { border-color: rgb(152,15,254); }
td.TdClassName
{
border-color: #980FFE;
}
.TagClassName
{
border-color: #980FFE;
}
</style>