Shades of Blue Violet #913DDB
Tints of Blue Violet #913DDB
RGB
CMYK
RGB Variations
Color information
#913DDB (or 0x913DDB) is known color: Blue Violet. HEX triplet: 91, 3D and DB. RGB value is (145,61,219). Sum of RGB (Red+Green+Blue) = 145+61+219=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #913DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DDB is #6EC224. Grayscale: #676767. Windows color (decimal): -7258661 or 14368145. OLE color: 14368145.
HSL color Cylindrical-coordinate representation of color #913DDB: hue angle of 271.9º 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 #913DDB is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 61 | 219 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.14 |
| HSL | 271.9º | 0.69% | 0.55% | - |
| HSV(B) | 271.9º | 0.72% | 0.86% | - |
| XYZ | 26.13 | 14.47 | 68.43 | - |
| YUV | 104.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 219 | 0.34 | 0.72 | 0 | 0.14 | 271.9 | 0.69 | 0.55 |
| Hex | 91 | 3D | DB | 22 | 48 | 0 | E | 110 | 45 | 37 |
| Octal | 221 | 75 | 333 | 42 | 110 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010001 | 111101 | 11011011 | 100010 | 1001000 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #913DDB
Complementary color
Monochromatic Colors of #913DDB
Black with #913DDB
Text Example
Text Example
White with #913DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DDB; }
p { color: rgb(145,61,219); }
H1.HeaderClassName
{
color: #913DDB;
}
.AnyTagClassName
{
color: #913DDB;
}
</style>
background-color css
<style>
a { background-color: #913DDB; }
a { background-color: rgb(145,61,219); }
div.DivClassName
{
background-color: #913DDB;
}
.BgClassName
{
background-color: #913DDB;
}
</style>
border-color css
<style>
span { border-color: #913DDB; }
span { border-color: rgb(145,61,219); }
td.TdClassName
{
border-color: #913DDB;
}
.TagClassName
{
border-color: #913DDB;
}
</style>