Shades of Blue Violet #913EFF
Tints of Blue Violet #913EFF
RGB
CMYK
RGB Variations
Color information
#913EFF (or 0x913EFF) is known color: Blue Violet. HEX triplet: 91, 3E and FF. RGB value is (145,62,255). Sum of RGB (Red+Green+Blue) = 145+62+255=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #913EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913EFF is #6EC100. Grayscale: #6C6C6C. Windows color (decimal): -7258369 or 16727697. OLE color: 16727697.
HSL color Cylindrical-coordinate representation of color #913EFF: hue angle of 265.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #913EFF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 62 | 255 | - |
| CMYK | 0.43 | 0.76 | 0 | 0 |
| HSL | 265.8º | 1% | 0.62% | - |
| HSV(B) | 265.8º | 0.76% | 1% | - |
| XYZ | 31.45 | 16.68 | 96.17 | - |
| YUV | 108.82 | 210.5 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 255 | 0.43 | 0.76 | 0 | 0 | 265.8 | 1 | 0.62 |
| Hex | 91 | 3E | FF | 2B | 4C | 0 | 0 | 10A | 64 | 3E |
| Octal | 221 | 76 | 377 | 53 | 114 | 0 | 0 | 412 | 144 | 76 |
| Binary | 10010001 | 111110 | 11111111 | 101011 | 1001100 | 0 | 0 | 100001010 | 1100100 | 111110 |
Color Harmonies of #913EFF
Complementary color
Monochromatic Colors of #913EFF
Black with #913EFF
Text Example
Text Example
White with #913EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EFF; }
p { color: rgb(145,62,255); }
H1.HeaderClassName
{
color: #913EFF;
}
.AnyTagClassName
{
color: #913EFF;
}
</style>
background-color css
<style>
a { background-color: #913EFF; }
a { background-color: rgb(145,62,255); }
div.DivClassName
{
background-color: #913EFF;
}
.BgClassName
{
background-color: #913EFF;
}
</style>
border-color css
<style>
span { border-color: #913EFF; }
span { border-color: rgb(145,62,255); }
td.TdClassName
{
border-color: #913EFF;
}
.TagClassName
{
border-color: #913EFF;
}
</style>