Shades of Blue Violet #913BDB
Tints of Blue Violet #913BDB
RGB
CMYK
RGB Variations
Color information
#913BDB (or 0x913BDB) is known color: Blue Violet. HEX triplet: 91, 3B and DB. RGB value is (145,59,219). Sum of RGB (Red+Green+Blue) = 145+59+219=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #913BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BDB is #6EC424. Grayscale: #666666. Windows color (decimal): -7259173 or 14367633. OLE color: 14367633.
HSL color Cylindrical-coordinate representation of color #913BDB: hue angle of 272.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913BDB is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 59 | 219 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.14 |
| HSL | 272.25º | 0.69% | 0.55% | - |
| HSV(B) | 272.25º | 0.73% | 0.86% | - |
| XYZ | 26.03 | 14.26 | 68.4 | - |
| YUV | 102.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 219 | 0.34 | 0.73 | 0 | 0.14 | 272.25 | 0.69 | 0.55 |
| Hex | 91 | 3B | DB | 22 | 49 | 0 | E | 110 | 45 | 37 |
| Octal | 221 | 73 | 333 | 42 | 111 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010001 | 111011 | 11011011 | 100010 | 1001001 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #913BDB
Complementary color
Monochromatic Colors of #913BDB
Black with #913BDB
Text Example
Text Example
White with #913BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913BDB; }
p { color: rgb(145,59,219); }
H1.HeaderClassName
{
color: #913BDB;
}
.AnyTagClassName
{
color: #913BDB;
}
</style>
background-color css
<style>
a { background-color: #913BDB; }
a { background-color: rgb(145,59,219); }
div.DivClassName
{
background-color: #913BDB;
}
.BgClassName
{
background-color: #913BDB;
}
</style>
border-color css
<style>
span { border-color: #913BDB; }
span { border-color: rgb(145,59,219); }
td.TdClassName
{
border-color: #913BDB;
}
.TagClassName
{
border-color: #913BDB;
}
</style>