Shades of Blue Violet #913DED
Tints of Blue Violet #913DED
RGB
CMYK
RGB Variations
Color information
#913DED (or 0x913DED) is known color: Blue Violet. HEX triplet: 91, 3D and ED. RGB value is (145,61,237). Sum of RGB (Red+Green+Blue) = 145+61+237=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #913DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913DED is #6EC212. Grayscale: #696969. Windows color (decimal): -7258643 or 15547793. OLE color: 15547793.
HSL color Cylindrical-coordinate representation of color #913DED: hue angle of 268.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913DED is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 61 | 237 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.07 |
| HSL | 268.64º | 0.83% | 0.58% | - |
| HSV(B) | 268.64º | 0.74% | 0.93% | - |
| XYZ | 28.63 | 15.47 | 81.6 | - |
| YUV | 106.18 | 201.83 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 237 | 0.39 | 0.74 | 0 | 0.07 | 268.64 | 0.83 | 0.58 |
| Hex | 91 | 3D | ED | 27 | 4A | 0 | 7 | 10D | 53 | 3A |
| Octal | 221 | 75 | 355 | 47 | 112 | 0 | 7 | 415 | 123 | 72 |
| Binary | 10010001 | 111101 | 11101101 | 100111 | 1001010 | 0 | 111 | 100001101 | 1010011 | 111010 |
Color Harmonies of #913DED
Complementary color
Monochromatic Colors of #913DED
Black with #913DED
Text Example
Text Example
White with #913DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DED; }
p { color: rgb(145,61,237); }
H1.HeaderClassName
{
color: #913DED;
}
.AnyTagClassName
{
color: #913DED;
}
</style>
background-color css
<style>
a { background-color: #913DED; }
a { background-color: rgb(145,61,237); }
div.DivClassName
{
background-color: #913DED;
}
.BgClassName
{
background-color: #913DED;
}
</style>
border-color css
<style>
span { border-color: #913DED; }
span { border-color: rgb(145,61,237); }
td.TdClassName
{
border-color: #913DED;
}
.TagClassName
{
border-color: #913DED;
}
</style>