Shades of Blue Violet #931DF0
Tints of Blue Violet #931DF0
RGB
CMYK
RGB Variations
Color information
#931DF0 (or 0x931DF0) is known color: Blue Violet. HEX triplet: 93, 1D and F0. RGB value is (147,29,240). Sum of RGB (Red+Green+Blue) = 147+29+240=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #931DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931DF0 is #6CE20F. Grayscale: #575757. Windows color (decimal): -7135760 or 15736211. OLE color: 15736211.
HSL color Cylindrical-coordinate representation of color #931DF0: hue angle of 273.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931DF0 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 29 | 240 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.06 |
| HSL | 273.55º | 0.88% | 0.53% | - |
| HSV(B) | 273.55º | 0.88% | 0.94% | - |
| XYZ | 28.2 | 13.37 | 83.53 | - |
| YUV | 88.34 | 213.59 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 240 | 0.39 | 0.88 | 0 | 0.06 | 273.55 | 0.88 | 0.53 |
| Hex | 93 | 1D | F0 | 27 | 58 | 0 | 6 | 112 | 58 | 35 |
| Octal | 223 | 35 | 360 | 47 | 130 | 0 | 6 | 422 | 130 | 65 |
| Binary | 10010011 | 11101 | 11110000 | 100111 | 1011000 | 0 | 110 | 100010010 | 1011000 | 110101 |
Color Harmonies of #931DF0
Complementary color
Monochromatic Colors of #931DF0
Black with #931DF0
Text Example
Text Example
White with #931DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DF0; }
p { color: rgb(147,29,240); }
H1.HeaderClassName
{
color: #931DF0;
}
.AnyTagClassName
{
color: #931DF0;
}
</style>
background-color css
<style>
a { background-color: #931DF0; }
a { background-color: rgb(147,29,240); }
div.DivClassName
{
background-color: #931DF0;
}
.BgClassName
{
background-color: #931DF0;
}
</style>
border-color css
<style>
span { border-color: #931DF0; }
span { border-color: rgb(147,29,240); }
td.TdClassName
{
border-color: #931DF0;
}
.TagClassName
{
border-color: #931DF0;
}
</style>