Shades of Blue Violet #914DF5
Tints of Blue Violet #914DF5
RGB
CMYK
RGB Variations
Color information
#914DF5 (or 0x914DF5) is known color: Blue Violet. HEX triplet: 91, 4D and F5. RGB value is (145,77,245). Sum of RGB (Red+Green+Blue) = 145+77+245=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #914DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914DF5 is #6EB20A. Grayscale: #737373. Windows color (decimal): -7254539 or 16076177. OLE color: 16076177.
HSL color Cylindrical-coordinate representation of color #914DF5: hue angle of 264.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914DF5 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 77 | 245 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.04 |
| HSL | 264.29º | 0.89% | 0.63% | - |
| HSV(B) | 264.29º | 0.69% | 0.96% | - |
| XYZ | 30.81 | 17.92 | 88.22 | - |
| YUV | 116.48 | 200.53 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 245 | 0.41 | 0.69 | 0 | 0.04 | 264.29 | 0.89 | 0.63 |
| Hex | 91 | 4D | F5 | 29 | 45 | 0 | 4 | 108 | 59 | 3F |
| Octal | 221 | 115 | 365 | 51 | 105 | 0 | 4 | 410 | 131 | 77 |
| Binary | 10010001 | 1001101 | 11110101 | 101001 | 1000101 | 0 | 100 | 100001000 | 1011001 | 111111 |
Color Harmonies of #914DF5
Complementary color
Monochromatic Colors of #914DF5
Black with #914DF5
Text Example
Text Example
White with #914DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DF5; }
p { color: rgb(145,77,245); }
H1.HeaderClassName
{
color: #914DF5;
}
.AnyTagClassName
{
color: #914DF5;
}
</style>
background-color css
<style>
a { background-color: #914DF5; }
a { background-color: rgb(145,77,245); }
div.DivClassName
{
background-color: #914DF5;
}
.BgClassName
{
background-color: #914DF5;
}
</style>
border-color css
<style>
span { border-color: #914DF5; }
span { border-color: rgb(145,77,245); }
td.TdClassName
{
border-color: #914DF5;
}
.TagClassName
{
border-color: #914DF5;
}
</style>