Shades of Blue Violet #913DEC
Tints of Blue Violet #913DEC
RGB
CMYK
RGB Variations
Color information
#913DEC (or 0x913DEC) is known color: Blue Violet. HEX triplet: 91, 3D and EC. RGB value is (145,61,236). Sum of RGB (Red+Green+Blue) = 145+61+236=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #913DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913DEC is #6EC213. Grayscale: #696969. Windows color (decimal): -7258644 or 15482257. OLE color: 15482257.
HSL color Cylindrical-coordinate representation of color #913DEC: hue angle of 268.8º degrees, saturation: 0.82, 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 #913DEC is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 61 | 236 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.07 |
| HSL | 268.8º | 0.82% | 0.58% | - |
| HSV(B) | 268.8º | 0.74% | 0.93% | - |
| XYZ | 28.49 | 15.41 | 80.83 | - |
| YUV | 106.07 | 201.33 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 236 | 0.39 | 0.74 | 0 | 0.07 | 268.8 | 0.82 | 0.58 |
| Hex | 91 | 3D | EC | 27 | 4A | 0 | 7 | 10D | 52 | 3A |
| Octal | 221 | 75 | 354 | 47 | 112 | 0 | 7 | 415 | 122 | 72 |
| Binary | 10010001 | 111101 | 11101100 | 100111 | 1001010 | 0 | 111 | 100001101 | 1010010 | 111010 |
Color Harmonies of #913DEC
Complementary color
Monochromatic Colors of #913DEC
Black with #913DEC
Text Example
Text Example
White with #913DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DEC; }
p { color: rgb(145,61,236); }
H1.HeaderClassName
{
color: #913DEC;
}
.AnyTagClassName
{
color: #913DEC;
}
</style>
background-color css
<style>
a { background-color: #913DEC; }
a { background-color: rgb(145,61,236); }
div.DivClassName
{
background-color: #913DEC;
}
.BgClassName
{
background-color: #913DEC;
}
</style>
border-color css
<style>
span { border-color: #913DEC; }
span { border-color: rgb(145,61,236); }
td.TdClassName
{
border-color: #913DEC;
}
.TagClassName
{
border-color: #913DEC;
}
</style>