Shades of Blue Violet #931DDB
Tints of Blue Violet #931DDB
RGB
CMYK
RGB Variations
Color information
#931DDB (or 0x931DDB) is known color: Blue Violet. HEX triplet: 93, 1D and DB. RGB value is (147,29,219). Sum of RGB (Red+Green+Blue) = 147+29+219=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #931DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DDB is #6CE224. Grayscale: #555555. Windows color (decimal): -7135781 or 14359955. OLE color: 14359955.
HSL color Cylindrical-coordinate representation of color #931DDB: hue angle of 277.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931DDB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 29 | 219 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.14 |
| HSL | 277.26º | 0.77% | 0.49% | - |
| HSV(B) | 277.26º | 0.87% | 0.86% | - |
| XYZ | 25.26 | 12.2 | 68.04 | - |
| YUV | 85.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 219 | 0.33 | 0.87 | 0 | 0.14 | 277.26 | 0.77 | 0.49 |
| Hex | 93 | 1D | DB | 21 | 57 | 0 | E | 115 | 4D | 31 |
| Octal | 223 | 35 | 333 | 41 | 127 | 0 | 16 | 425 | 115 | 61 |
| Binary | 10010011 | 11101 | 11011011 | 100001 | 1010111 | 0 | 1110 | 100010101 | 1001101 | 110001 |
Color Harmonies of #931DDB
Complementary color
Monochromatic Colors of #931DDB
Black with #931DDB
Text Example
Text Example
White with #931DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DDB; }
p { color: rgb(147,29,219); }
H1.HeaderClassName
{
color: #931DDB;
}
.AnyTagClassName
{
color: #931DDB;
}
</style>
background-color css
<style>
a { background-color: #931DDB; }
a { background-color: rgb(147,29,219); }
div.DivClassName
{
background-color: #931DDB;
}
.BgClassName
{
background-color: #931DDB;
}
</style>
border-color css
<style>
span { border-color: #931DDB; }
span { border-color: rgb(147,29,219); }
td.TdClassName
{
border-color: #931DDB;
}
.TagClassName
{
border-color: #931DDB;
}
</style>