Shades of Blue Violet #931DED
Tints of Blue Violet #931DED
RGB
CMYK
RGB Variations
Color information
#931DED (or 0x931DED) is known color: Blue Violet. HEX triplet: 93, 1D and ED. RGB value is (147,29,237). Sum of RGB (Red+Green+Blue) = 147+29+237=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #931DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931DED is #6CE212. Grayscale: #575757. Windows color (decimal): -7135763 or 15539603. OLE color: 15539603.
HSL color Cylindrical-coordinate representation of color #931DED: hue angle of 274.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931DED is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 29 | 237 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.07 |
| HSL | 274.04º | 0.85% | 0.52% | - |
| HSV(B) | 274.04º | 0.88% | 0.93% | - |
| XYZ | 27.76 | 13.2 | 81.2 | - |
| YUV | 87.99 | 212.09 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 237 | 0.38 | 0.88 | 0 | 0.07 | 274.04 | 0.85 | 0.52 |
| Hex | 93 | 1D | ED | 26 | 58 | 0 | 7 | 112 | 55 | 34 |
| Octal | 223 | 35 | 355 | 46 | 130 | 0 | 7 | 422 | 125 | 64 |
| Binary | 10010011 | 11101 | 11101101 | 100110 | 1011000 | 0 | 111 | 100010010 | 1010101 | 110100 |
Color Harmonies of #931DED
Complementary color
Monochromatic Colors of #931DED
Black with #931DED
Text Example
Text Example
White with #931DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DED; }
p { color: rgb(147,29,237); }
H1.HeaderClassName
{
color: #931DED;
}
.AnyTagClassName
{
color: #931DED;
}
</style>
background-color css
<style>
a { background-color: #931DED; }
a { background-color: rgb(147,29,237); }
div.DivClassName
{
background-color: #931DED;
}
.BgClassName
{
background-color: #931DED;
}
</style>
border-color css
<style>
span { border-color: #931DED; }
span { border-color: rgb(147,29,237); }
td.TdClassName
{
border-color: #931DED;
}
.TagClassName
{
border-color: #931DED;
}
</style>