Shades of Blue Violet #981CF3
Tints of Blue Violet #981CF3
RGB
CMYK
RGB Variations
Color information
#981CF3 (or 0x981CF3) is known color: Blue Violet. HEX triplet: 98, 1C and F3. RGB value is (152,28,243). Sum of RGB (Red+Green+Blue) = 152+28+243=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #981CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CF3 is #67E30C. Grayscale: #585858. Windows color (decimal): -6808333 or 15932568. OLE color: 15932568.
HSL color Cylindrical-coordinate representation of color #981CF3: hue angle of 274.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CF3 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 28 | 243 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.05 |
| HSL | 274.6º | 0.9% | 0.53% | - |
| HSV(B) | 274.6º | 0.88% | 0.95% | - |
| XYZ | 29.54 | 13.98 | 85.93 | - |
| YUV | 89.59 | 214.58 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 243 | 0.37 | 0.88 | 0 | 0.05 | 274.6 | 0.9 | 0.53 |
| Hex | 98 | 1C | F3 | 25 | 58 | 0 | 5 | 113 | 5A | 35 |
| Octal | 230 | 34 | 363 | 45 | 130 | 0 | 5 | 423 | 132 | 65 |
| Binary | 10011000 | 11100 | 11110011 | 100101 | 1011000 | 0 | 101 | 100010011 | 1011010 | 110101 |
Color Harmonies of #981CF3
Complementary color
Monochromatic Colors of #981CF3
Black with #981CF3
Text Example
Text Example
White with #981CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CF3; }
p { color: rgb(152,28,243); }
H1.HeaderClassName
{
color: #981CF3;
}
.AnyTagClassName
{
color: #981CF3;
}
</style>
background-color css
<style>
a { background-color: #981CF3; }
a { background-color: rgb(152,28,243); }
div.DivClassName
{
background-color: #981CF3;
}
.BgClassName
{
background-color: #981CF3;
}
</style>
border-color css
<style>
span { border-color: #981CF3; }
span { border-color: rgb(152,28,243); }
td.TdClassName
{
border-color: #981CF3;
}
.TagClassName
{
border-color: #981CF3;
}
</style>