Shades of Blue Violet #913EED
Tints of Blue Violet #913EED
RGB
CMYK
RGB Variations
Color information
#913EED (or 0x913EED) is known color: Blue Violet. HEX triplet: 91, 3E and ED. RGB value is (145,62,237). Sum of RGB (Red+Green+Blue) = 145+62+237=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #913EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913EED is #6EC112. Grayscale: #6A6A6A. Windows color (decimal): -7258387 or 15548049. OLE color: 15548049.
HSL color Cylindrical-coordinate representation of color #913EED: hue angle of 268.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913EED is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 62 | 237 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.07 |
| HSL | 268.46º | 0.83% | 0.59% | - |
| HSV(B) | 268.46º | 0.74% | 0.93% | - |
| XYZ | 28.69 | 15.58 | 81.62 | - |
| YUV | 106.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 237 | 0.39 | 0.74 | 0 | 0.07 | 268.46 | 0.83 | 0.59 |
| Hex | 91 | 3E | ED | 27 | 4A | 0 | 7 | 10C | 53 | 3B |
| Octal | 221 | 76 | 355 | 47 | 112 | 0 | 7 | 414 | 123 | 73 |
| Binary | 10010001 | 111110 | 11101101 | 100111 | 1001010 | 0 | 111 | 100001100 | 1010011 | 111011 |
Color Harmonies of #913EED
Complementary color
Monochromatic Colors of #913EED
Black with #913EED
Text Example
Text Example
White with #913EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EED; }
p { color: rgb(145,62,237); }
H1.HeaderClassName
{
color: #913EED;
}
.AnyTagClassName
{
color: #913EED;
}
</style>
background-color css
<style>
a { background-color: #913EED; }
a { background-color: rgb(145,62,237); }
div.DivClassName
{
background-color: #913EED;
}
.BgClassName
{
background-color: #913EED;
}
</style>
border-color css
<style>
span { border-color: #913EED; }
span { border-color: rgb(145,62,237); }
td.TdClassName
{
border-color: #913EED;
}
.TagClassName
{
border-color: #913EED;
}
</style>