Shades of Blue Violet #913FE7
Tints of Blue Violet #913FE7
RGB
CMYK
RGB Variations
Color information
#913FE7 (or 0x913FE7) is known color: Blue Violet. HEX triplet: 91, 3F and E7. RGB value is (145,63,231). Sum of RGB (Red+Green+Blue) = 145+63+231=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #913FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913FE7 is #6EC018. Grayscale: #6A6A6A. Windows color (decimal): -7258137 or 15155089. OLE color: 15155089.
HSL color Cylindrical-coordinate representation of color #913FE7: hue angle of 269.29º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913FE7 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 63 | 231 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.09 |
| HSL | 269.29º | 0.78% | 0.58% | - |
| HSV(B) | 269.29º | 0.73% | 0.91% | - |
| XYZ | 27.88 | 15.34 | 77.09 | - |
| YUV | 106.67 | 198.17 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 231 | 0.37 | 0.73 | 0 | 0.09 | 269.29 | 0.78 | 0.58 |
| Hex | 91 | 3F | E7 | 25 | 49 | 0 | 9 | 10D | 4E | 3A |
| Octal | 221 | 77 | 347 | 45 | 111 | 0 | 11 | 415 | 116 | 72 |
| Binary | 10010001 | 111111 | 11100111 | 100101 | 1001001 | 0 | 1001 | 100001101 | 1001110 | 111010 |
Color Harmonies of #913FE7
Complementary color
Monochromatic Colors of #913FE7
Black with #913FE7
Text Example
Text Example
White with #913FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913FE7; }
p { color: rgb(145,63,231); }
H1.HeaderClassName
{
color: #913FE7;
}
.AnyTagClassName
{
color: #913FE7;
}
</style>
background-color css
<style>
a { background-color: #913FE7; }
a { background-color: rgb(145,63,231); }
div.DivClassName
{
background-color: #913FE7;
}
.BgClassName
{
background-color: #913FE7;
}
</style>
border-color css
<style>
span { border-color: #913FE7; }
span { border-color: rgb(145,63,231); }
td.TdClassName
{
border-color: #913FE7;
}
.TagClassName
{
border-color: #913FE7;
}
</style>