Shades of Blue Violet #914DEF
Tints of Blue Violet #914DEF
RGB
CMYK
RGB Variations
Color information
#914DEF (or 0x914DEF) is known color: Blue Violet. HEX triplet: 91, 4D and EF. RGB value is (145,77,239). Sum of RGB (Red+Green+Blue) = 145+77+239=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #914DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914DEF is #6EB210. Grayscale: #737373. Windows color (decimal): -7254545 or 15682961. OLE color: 15682961.
HSL color Cylindrical-coordinate representation of color #914DEF: hue angle of 265.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914DEF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 77 | 239 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.06 |
| HSL | 265.19º | 0.84% | 0.62% | - |
| HSV(B) | 265.19º | 0.68% | 0.94% | - |
| XYZ | 29.91 | 17.56 | 83.47 | - |
| YUV | 115.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 239 | 0.39 | 0.68 | 0 | 0.06 | 265.19 | 0.84 | 0.62 |
| Hex | 91 | 4D | EF | 27 | 44 | 0 | 6 | 109 | 54 | 3E |
| Octal | 221 | 115 | 357 | 47 | 104 | 0 | 6 | 411 | 124 | 76 |
| Binary | 10010001 | 1001101 | 11101111 | 100111 | 1000100 | 0 | 110 | 100001001 | 1010100 | 111110 |
Color Harmonies of #914DEF
Complementary color
Monochromatic Colors of #914DEF
Black with #914DEF
Text Example
Text Example
White with #914DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DEF; }
p { color: rgb(145,77,239); }
H1.HeaderClassName
{
color: #914DEF;
}
.AnyTagClassName
{
color: #914DEF;
}
</style>
background-color css
<style>
a { background-color: #914DEF; }
a { background-color: rgb(145,77,239); }
div.DivClassName
{
background-color: #914DEF;
}
.BgClassName
{
background-color: #914DEF;
}
</style>
border-color css
<style>
span { border-color: #914DEF; }
span { border-color: rgb(145,77,239); }
td.TdClassName
{
border-color: #914DEF;
}
.TagClassName
{
border-color: #914DEF;
}
</style>