Shades of Blue Violet #980EFF
Tints of Blue Violet #980EFF
RGB
CMYK
RGB Variations
Color information
#980EFF (or 0x980EFF) is known color: Blue Violet. HEX triplet: 98, 0E and FF. RGB value is (152,14,255). Sum of RGB (Red+Green+Blue) = 152+14+255=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #980EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EFF is #67F100. Grayscale: #515151. Windows color (decimal): -6811905 or 16715416. OLE color: 16715416.
HSL color Cylindrical-coordinate representation of color #980EFF: hue angle of 274.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980EFF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 14 | 255 | - |
| CMYK | 0.40 | 0.95 | 0 | 0 |
| HSL | 274.36º | 1% | 0.53% | - |
| HSV(B) | 274.36º | 0.95% | 1% | - |
| XYZ | 31.16 | 14.21 | 95.71 | - |
| YUV | 82.74 | 225.22 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 255 | 0.40 | 0.95 | 0 | 0 | 274.36 | 1 | 0.53 |
| Hex | 98 | E | FF | 28 | 5F | 0 | 0 | 112 | 64 | 35 |
| Octal | 230 | 16 | 377 | 50 | 137 | 0 | 0 | 422 | 144 | 65 |
| Binary | 10011000 | 1110 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010010 | 1100100 | 110101 |
Color Harmonies of #980EFF
Complementary color
Monochromatic Colors of #980EFF
Black with #980EFF
Text Example
Text Example
White with #980EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EFF; }
p { color: rgb(152,14,255); }
H1.HeaderClassName
{
color: #980EFF;
}
.AnyTagClassName
{
color: #980EFF;
}
</style>
background-color css
<style>
a { background-color: #980EFF; }
a { background-color: rgb(152,14,255); }
div.DivClassName
{
background-color: #980EFF;
}
.BgClassName
{
background-color: #980EFF;
}
</style>
border-color css
<style>
span { border-color: #980EFF; }
span { border-color: rgb(152,14,255); }
td.TdClassName
{
border-color: #980EFF;
}
.TagClassName
{
border-color: #980EFF;
}
</style>