Shades of Blue Violet #981CFA
Tints of Blue Violet #981CFA
RGB
CMYK
RGB Variations
Color information
#981CFA (or 0x981CFA) is known color: Blue Violet. HEX triplet: 98, 1C and FA. RGB value is (152,28,250). Sum of RGB (Red+Green+Blue) = 152+28+250=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #981CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CFA is #67E305. Grayscale: #595959. Windows color (decimal): -6808326 or 16391320. OLE color: 16391320.
HSL color Cylindrical-coordinate representation of color #981CFA: hue angle of 273.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981CFA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 28 | 250 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.02 |
| HSL | 273.51º | 0.96% | 0.55% | - |
| HSV(B) | 273.51º | 0.89% | 0.98% | - |
| XYZ | 30.62 | 14.41 | 91.61 | - |
| YUV | 90.38 | 218.08 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 250 | 0.39 | 0.89 | 0 | 0.02 | 273.51 | 0.96 | 0.55 |
| Hex | 98 | 1C | FA | 27 | 59 | 0 | 2 | 112 | 60 | 37 |
| Octal | 230 | 34 | 372 | 47 | 131 | 0 | 2 | 422 | 140 | 67 |
| Binary | 10011000 | 11100 | 11111010 | 100111 | 1011001 | 0 | 10 | 100010010 | 1100000 | 110111 |
Color Harmonies of #981CFA
Complementary color
Monochromatic Colors of #981CFA
Black with #981CFA
Text Example
Text Example
White with #981CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CFA; }
p { color: rgb(152,28,250); }
H1.HeaderClassName
{
color: #981CFA;
}
.AnyTagClassName
{
color: #981CFA;
}
</style>
background-color css
<style>
a { background-color: #981CFA; }
a { background-color: rgb(152,28,250); }
div.DivClassName
{
background-color: #981CFA;
}
.BgClassName
{
background-color: #981CFA;
}
</style>
border-color css
<style>
span { border-color: #981CFA; }
span { border-color: rgb(152,28,250); }
td.TdClassName
{
border-color: #981CFA;
}
.TagClassName
{
border-color: #981CFA;
}
</style>