Shades of Blue Violet #913EDB
Tints of Blue Violet #913EDB
RGB
CMYK
RGB Variations
Color information
#913EDB (or 0x913EDB) is known color: Blue Violet. HEX triplet: 91, 3E and DB. RGB value is (145,62,219). Sum of RGB (Red+Green+Blue) = 145+62+219=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #913EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913EDB is #6EC124. Grayscale: #686868. Windows color (decimal): -7258405 or 14368401. OLE color: 14368401.
HSL color Cylindrical-coordinate representation of color #913EDB: hue angle of 271.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913EDB is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 62 | 219 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.14 |
| HSL | 271.72º | 0.69% | 0.55% | - |
| HSV(B) | 271.72º | 0.72% | 0.86% | - |
| XYZ | 26.19 | 14.58 | 68.45 | - |
| YUV | 104.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 219 | 0.34 | 0.72 | 0 | 0.14 | 271.72 | 0.69 | 0.55 |
| Hex | 91 | 3E | DB | 22 | 48 | 0 | E | 110 | 45 | 37 |
| Octal | 221 | 76 | 333 | 42 | 110 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010001 | 111110 | 11011011 | 100010 | 1001000 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #913EDB
Complementary color
Monochromatic Colors of #913EDB
Black with #913EDB
Text Example
Text Example
White with #913EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EDB; }
p { color: rgb(145,62,219); }
H1.HeaderClassName
{
color: #913EDB;
}
.AnyTagClassName
{
color: #913EDB;
}
</style>
background-color css
<style>
a { background-color: #913EDB; }
a { background-color: rgb(145,62,219); }
div.DivClassName
{
background-color: #913EDB;
}
.BgClassName
{
background-color: #913EDB;
}
</style>
border-color css
<style>
span { border-color: #913EDB; }
span { border-color: rgb(145,62,219); }
td.TdClassName
{
border-color: #913EDB;
}
.TagClassName
{
border-color: #913EDB;
}
</style>