Shades of Blue Violet #931DDA
Tints of Blue Violet #931DDA
RGB
CMYK
RGB Variations
Color information
#931DDA (or 0x931DDA) is known color: Blue Violet. HEX triplet: 93, 1D and DA. RGB value is (147,29,218). Sum of RGB (Red+Green+Blue) = 147+29+218=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #931DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DDA is #6CE225. Grayscale: #555555. Windows color (decimal): -7135782 or 14294419. OLE color: 14294419.
HSL color Cylindrical-coordinate representation of color #931DDA: hue angle of 277.46º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931DDA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 29 | 218 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.15 |
| HSL | 277.46º | 0.77% | 0.48% | - |
| HSV(B) | 277.46º | 0.87% | 0.85% | - |
| XYZ | 25.13 | 12.14 | 67.35 | - |
| YUV | 85.83 | 202.59 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 218 | 0.33 | 0.87 | 0 | 0.15 | 277.46 | 0.77 | 0.48 |
| Hex | 93 | 1D | DA | 21 | 57 | 0 | F | 115 | 4D | 30 |
| Octal | 223 | 35 | 332 | 41 | 127 | 0 | 17 | 425 | 115 | 60 |
| Binary | 10010011 | 11101 | 11011010 | 100001 | 1010111 | 0 | 1111 | 100010101 | 1001101 | 110000 |
Color Harmonies of #931DDA
Complementary color
Monochromatic Colors of #931DDA
Black with #931DDA
Text Example
Text Example
White with #931DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DDA; }
p { color: rgb(147,29,218); }
H1.HeaderClassName
{
color: #931DDA;
}
.AnyTagClassName
{
color: #931DDA;
}
</style>
background-color css
<style>
a { background-color: #931DDA; }
a { background-color: rgb(147,29,218); }
div.DivClassName
{
background-color: #931DDA;
}
.BgClassName
{
background-color: #931DDA;
}
</style>
border-color css
<style>
span { border-color: #931DDA; }
span { border-color: rgb(147,29,218); }
td.TdClassName
{
border-color: #931DDA;
}
.TagClassName
{
border-color: #931DDA;
}
</style>