Shades of Blue Violet #931BDB
Tints of Blue Violet #931BDB
RGB
CMYK
RGB Variations
Color information
#931BDB (or 0x931BDB) is known color: Blue Violet. HEX triplet: 93, 1B and DB. RGB value is (147,27,219). Sum of RGB (Red+Green+Blue) = 147+27+219=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #931BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931BDB is #6CE424. Grayscale: #545454. Windows color (decimal): -7136293 or 14359443. OLE color: 14359443.
HSL color Cylindrical-coordinate representation of color #931BDB: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931BDB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 27 | 219 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.14 |
| HSL | 277.5º | 0.78% | 0.48% | - |
| HSV(B) | 277.5º | 0.88% | 0.86% | - |
| XYZ | 25.21 | 12.1 | 68.02 | - |
| YUV | 84.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 219 | 0.33 | 0.88 | 0 | 0.14 | 277.5 | 0.78 | 0.48 |
| Hex | 93 | 1B | DB | 21 | 58 | 0 | E | 116 | 4E | 30 |
| Octal | 223 | 33 | 333 | 41 | 130 | 0 | 16 | 426 | 116 | 60 |
| Binary | 10010011 | 11011 | 11011011 | 100001 | 1011000 | 0 | 1110 | 100010110 | 1001110 | 110000 |
Color Harmonies of #931BDB
Complementary color
Monochromatic Colors of #931BDB
Black with #931BDB
Text Example
Text Example
White with #931BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931BDB; }
p { color: rgb(147,27,219); }
H1.HeaderClassName
{
color: #931BDB;
}
.AnyTagClassName
{
color: #931BDB;
}
</style>
background-color css
<style>
a { background-color: #931BDB; }
a { background-color: rgb(147,27,219); }
div.DivClassName
{
background-color: #931BDB;
}
.BgClassName
{
background-color: #931BDB;
}
</style>
border-color css
<style>
span { border-color: #931BDB; }
span { border-color: rgb(147,27,219); }
td.TdClassName
{
border-color: #931BDB;
}
.TagClassName
{
border-color: #931BDB;
}
</style>