Shades of Blue Violet #913CEC
Tints of Blue Violet #913CEC
RGB
CMYK
RGB Variations
Color information
#913CEC (or 0x913CEC) is known color: Blue Violet. HEX triplet: 91, 3C and EC. RGB value is (145,60,236). Sum of RGB (Red+Green+Blue) = 145+60+236=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #913CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913CEC is #6EC313. Grayscale: #686868. Windows color (decimal): -7258900 or 15482001. OLE color: 15482001.
HSL color Cylindrical-coordinate representation of color #913CEC: hue angle of 268.98º degrees, saturation: 0.82, 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 #913CEC is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 60 | 236 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.07 |
| HSL | 268.98º | 0.82% | 0.58% | - |
| HSV(B) | 268.98º | 0.75% | 0.93% | - |
| XYZ | 28.43 | 15.31 | 80.81 | - |
| YUV | 105.48 | 201.66 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 236 | 0.39 | 0.75 | 0 | 0.07 | 268.98 | 0.82 | 0.58 |
| Hex | 91 | 3C | EC | 27 | 4B | 0 | 7 | 10D | 52 | 3A |
| Octal | 221 | 74 | 354 | 47 | 113 | 0 | 7 | 415 | 122 | 72 |
| Binary | 10010001 | 111100 | 11101100 | 100111 | 1001011 | 0 | 111 | 100001101 | 1010010 | 111010 |
Color Harmonies of #913CEC
Complementary color
Monochromatic Colors of #913CEC
Black with #913CEC
Text Example
Text Example
White with #913CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CEC; }
p { color: rgb(145,60,236); }
H1.HeaderClassName
{
color: #913CEC;
}
.AnyTagClassName
{
color: #913CEC;
}
</style>
background-color css
<style>
a { background-color: #913CEC; }
a { background-color: rgb(145,60,236); }
div.DivClassName
{
background-color: #913CEC;
}
.BgClassName
{
background-color: #913CEC;
}
</style>
border-color css
<style>
span { border-color: #913CEC; }
span { border-color: rgb(145,60,236); }
td.TdClassName
{
border-color: #913CEC;
}
.TagClassName
{
border-color: #913CEC;
}
</style>