Shades of Blue Violet #980DFE
Tints of Blue Violet #980DFE
RGB
CMYK
RGB Variations
Color information
#980DFE (or 0x980DFE) is known color: Blue Violet. HEX triplet: 98, 0D and FE. RGB value is (152,13,254). Sum of RGB (Red+Green+Blue) = 152+13+254=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #980DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980DFE is #67F201. Grayscale: #515151. Windows color (decimal): -6812162 or 16649624. OLE color: 16649624.
HSL color Cylindrical-coordinate representation of color #980DFE: hue angle of 274.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980DFE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 13 | 254 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.00 |
| HSL | 274.61º | 0.99% | 0.52% | - |
| HSV(B) | 274.61º | 0.95% | 1% | - |
| XYZ | 30.98 | 14.12 | 94.86 | - |
| YUV | 82.04 | 225.05 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 254 | 0.40 | 0.95 | 0 | 0.00 | 274.61 | 0.99 | 0.52 |
| Hex | 98 | D | FE | 28 | 5F | 0 | 0 | 113 | 63 | 34 |
| Octal | 230 | 15 | 376 | 50 | 137 | 0 | 0 | 423 | 143 | 64 |
| Binary | 10011000 | 1101 | 11111110 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100011 | 110100 |
Color Harmonies of #980DFE
Complementary color
Monochromatic Colors of #980DFE
Black with #980DFE
Text Example
Text Example
White with #980DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DFE; }
p { color: rgb(152,13,254); }
H1.HeaderClassName
{
color: #980DFE;
}
.AnyTagClassName
{
color: #980DFE;
}
</style>
background-color css
<style>
a { background-color: #980DFE; }
a { background-color: rgb(152,13,254); }
div.DivClassName
{
background-color: #980DFE;
}
.BgClassName
{
background-color: #980DFE;
}
</style>
border-color css
<style>
span { border-color: #980DFE; }
span { border-color: rgb(152,13,254); }
td.TdClassName
{
border-color: #980DFE;
}
.TagClassName
{
border-color: #980DFE;
}
</style>