Shades of Blue Violet #931DF4
Tints of Blue Violet #931DF4
RGB
CMYK
RGB Variations
Color information
#931DF4 (or 0x931DF4) is known color: Blue Violet. HEX triplet: 93, 1D and F4. RGB value is (147,29,244). Sum of RGB (Red+Green+Blue) = 147+29+244=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #931DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931DF4 is #6CE20B. Grayscale: #585858. Windows color (decimal): -7135756 or 15998355. OLE color: 15998355.
HSL color Cylindrical-coordinate representation of color #931DF4: hue angle of 272.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931DF4 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 29 | 244 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.04 |
| HSL | 272.93º | 0.91% | 0.54% | - |
| HSV(B) | 272.93º | 0.88% | 0.96% | - |
| XYZ | 28.8 | 13.61 | 86.7 | - |
| YUV | 88.79 | 215.59 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 244 | 0.40 | 0.88 | 0 | 0.04 | 272.93 | 0.91 | 0.54 |
| Hex | 93 | 1D | F4 | 28 | 58 | 0 | 4 | 111 | 5B | 36 |
| Octal | 223 | 35 | 364 | 50 | 130 | 0 | 4 | 421 | 133 | 66 |
| Binary | 10010011 | 11101 | 11110100 | 101000 | 1011000 | 0 | 100 | 100010001 | 1011011 | 110110 |
Color Harmonies of #931DF4
Complementary color
Monochromatic Colors of #931DF4
Black with #931DF4
Text Example
Text Example
White with #931DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DF4; }
p { color: rgb(147,29,244); }
H1.HeaderClassName
{
color: #931DF4;
}
.AnyTagClassName
{
color: #931DF4;
}
</style>
background-color css
<style>
a { background-color: #931DF4; }
a { background-color: rgb(147,29,244); }
div.DivClassName
{
background-color: #931DF4;
}
.BgClassName
{
background-color: #931DF4;
}
</style>
border-color css
<style>
span { border-color: #931DF4; }
span { border-color: rgb(147,29,244); }
td.TdClassName
{
border-color: #931DF4;
}
.TagClassName
{
border-color: #931DF4;
}
</style>