Shades of Blue Violet #931DF6
Tints of Blue Violet #931DF6
RGB
CMYK
RGB Variations
Color information
#931DF6 (or 0x931DF6) is known color: Blue Violet. HEX triplet: 93, 1D and F6. RGB value is (147,29,246). Sum of RGB (Red+Green+Blue) = 147+29+246=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #931DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931DF6 is #6CE209. Grayscale: #585858. Windows color (decimal): -7135754 or 16129427. OLE color: 16129427.
HSL color Cylindrical-coordinate representation of color #931DF6: hue angle of 272.63º degrees, saturation: 0.92, 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 #931DF6 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 29 | 246 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.04 |
| HSL | 272.63º | 0.92% | 0.54% | - |
| HSV(B) | 272.63º | 0.88% | 0.96% | - |
| XYZ | 29.11 | 13.74 | 88.31 | - |
| YUV | 89.02 | 216.59 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 246 | 0.40 | 0.88 | 0 | 0.04 | 272.63 | 0.92 | 0.54 |
| Hex | 93 | 1D | F6 | 28 | 58 | 0 | 4 | 111 | 5C | 36 |
| Octal | 223 | 35 | 366 | 50 | 130 | 0 | 4 | 421 | 134 | 66 |
| Binary | 10010011 | 11101 | 11110110 | 101000 | 1011000 | 0 | 100 | 100010001 | 1011100 | 110110 |
Color Harmonies of #931DF6
Complementary color
Monochromatic Colors of #931DF6
Black with #931DF6
Text Example
Text Example
White with #931DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DF6; }
p { color: rgb(147,29,246); }
H1.HeaderClassName
{
color: #931DF6;
}
.AnyTagClassName
{
color: #931DF6;
}
</style>
background-color css
<style>
a { background-color: #931DF6; }
a { background-color: rgb(147,29,246); }
div.DivClassName
{
background-color: #931DF6;
}
.BgClassName
{
background-color: #931DF6;
}
</style>
border-color css
<style>
span { border-color: #931DF6; }
span { border-color: rgb(147,29,246); }
td.TdClassName
{
border-color: #931DF6;
}
.TagClassName
{
border-color: #931DF6;
}
</style>