Shades of Blue Violet #913CED
Tints of Blue Violet #913CED
RGB
CMYK
RGB Variations
Color information
#913CED (or 0x913CED) is known color: Blue Violet. HEX triplet: 91, 3C and ED. RGB value is (145,60,237). Sum of RGB (Red+Green+Blue) = 145+60+237=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #913CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913CED is #6EC312. Grayscale: #686868. Windows color (decimal): -7258899 or 15547537. OLE color: 15547537.
HSL color Cylindrical-coordinate representation of color #913CED: hue angle of 268.81º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #913CED is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 60 | 237 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.07 |
| HSL | 268.81º | 0.83% | 0.58% | - |
| HSV(B) | 268.81º | 0.75% | 0.93% | - |
| XYZ | 28.58 | 15.37 | 81.58 | - |
| YUV | 105.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 237 | 0.39 | 0.75 | 0 | 0.07 | 268.81 | 0.83 | 0.58 |
| Hex | 91 | 3C | ED | 27 | 4B | 0 | 7 | 10D | 53 | 3A |
| Octal | 221 | 74 | 355 | 47 | 113 | 0 | 7 | 415 | 123 | 72 |
| Binary | 10010001 | 111100 | 11101101 | 100111 | 1001011 | 0 | 111 | 100001101 | 1010011 | 111010 |
Color Harmonies of #913CED
Complementary color
Monochromatic Colors of #913CED
Black with #913CED
Text Example
Text Example
White with #913CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CED; }
p { color: rgb(145,60,237); }
H1.HeaderClassName
{
color: #913CED;
}
.AnyTagClassName
{
color: #913CED;
}
</style>
background-color css
<style>
a { background-color: #913CED; }
a { background-color: rgb(145,60,237); }
div.DivClassName
{
background-color: #913CED;
}
.BgClassName
{
background-color: #913CED;
}
</style>
border-color css
<style>
span { border-color: #913CED; }
span { border-color: rgb(145,60,237); }
td.TdClassName
{
border-color: #913CED;
}
.TagClassName
{
border-color: #913CED;
}
</style>