Shades of Blue Violet #913AD9
Tints of Blue Violet #913AD9
RGB
CMYK
RGB Variations
Color information
#913AD9 (or 0x913AD9) is known color: Blue Violet. HEX triplet: 91, 3A and D9. RGB value is (145,58,217). Sum of RGB (Red+Green+Blue) = 145+58+217=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #913AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913AD9 is #6EC526. Grayscale: #656565. Windows color (decimal): -7259431 or 14236305. OLE color: 14236305.
HSL color Cylindrical-coordinate representation of color #913AD9: hue angle of 272.83º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913AD9 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 58 | 217 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.15 |
| HSL | 272.83º | 0.68% | 0.54% | - |
| HSV(B) | 272.83º | 0.73% | 0.85% | - |
| XYZ | 25.71 | 14.06 | 67 | - |
| YUV | 102.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 217 | 0.33 | 0.73 | 0 | 0.15 | 272.83 | 0.68 | 0.54 |
| Hex | 91 | 3A | D9 | 21 | 49 | 0 | F | 111 | 44 | 36 |
| Octal | 221 | 72 | 331 | 41 | 111 | 0 | 17 | 421 | 104 | 66 |
| Binary | 10010001 | 111010 | 11011001 | 100001 | 1001001 | 0 | 1111 | 100010001 | 1000100 | 110110 |
Color Harmonies of #913AD9
Complementary color
Monochromatic Colors of #913AD9
Black with #913AD9
Text Example
Text Example
White with #913AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913AD9; }
p { color: rgb(145,58,217); }
H1.HeaderClassName
{
color: #913AD9;
}
.AnyTagClassName
{
color: #913AD9;
}
</style>
background-color css
<style>
a { background-color: #913AD9; }
a { background-color: rgb(145,58,217); }
div.DivClassName
{
background-color: #913AD9;
}
.BgClassName
{
background-color: #913AD9;
}
</style>
border-color css
<style>
span { border-color: #913AD9; }
span { border-color: rgb(145,58,217); }
td.TdClassName
{
border-color: #913AD9;
}
.TagClassName
{
border-color: #913AD9;
}
</style>