Shades of Blue Violet #913EDA
Tints of Blue Violet #913EDA
RGB
CMYK
RGB Variations
Color information
#913EDA (or 0x913EDA) is known color: Blue Violet. HEX triplet: 91, 3E and DA. RGB value is (145,62,218). Sum of RGB (Red+Green+Blue) = 145+62+218=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #913EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913EDA is #6EC125. Grayscale: #686868. Windows color (decimal): -7258406 or 14302865. OLE color: 14302865.
HSL color Cylindrical-coordinate representation of color #913EDA: hue angle of 271.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913EDA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 62 | 218 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.15 |
| HSL | 271.92º | 0.68% | 0.55% | - |
| HSV(B) | 271.92º | 0.72% | 0.85% | - |
| XYZ | 26.05 | 14.53 | 67.76 | - |
| YUV | 104.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 218 | 0.33 | 0.72 | 0 | 0.15 | 271.92 | 0.68 | 0.55 |
| Hex | 91 | 3E | DA | 21 | 48 | 0 | F | 110 | 44 | 37 |
| Octal | 221 | 76 | 332 | 41 | 110 | 0 | 17 | 420 | 104 | 67 |
| Binary | 10010001 | 111110 | 11011010 | 100001 | 1001000 | 0 | 1111 | 100010000 | 1000100 | 110111 |
Color Harmonies of #913EDA
Complementary color
Monochromatic Colors of #913EDA
Black with #913EDA
Text Example
Text Example
White with #913EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EDA; }
p { color: rgb(145,62,218); }
H1.HeaderClassName
{
color: #913EDA;
}
.AnyTagClassName
{
color: #913EDA;
}
</style>
background-color css
<style>
a { background-color: #913EDA; }
a { background-color: rgb(145,62,218); }
div.DivClassName
{
background-color: #913EDA;
}
.BgClassName
{
background-color: #913EDA;
}
</style>
border-color css
<style>
span { border-color: #913EDA; }
span { border-color: rgb(145,62,218); }
td.TdClassName
{
border-color: #913EDA;
}
.TagClassName
{
border-color: #913EDA;
}
</style>