Shades of Blue Violet #914CED
Tints of Blue Violet #914CED
RGB
CMYK
RGB Variations
Color information
#914CED (or 0x914CED) is known color: Blue Violet. HEX triplet: 91, 4C and ED. RGB value is (145,76,237). Sum of RGB (Red+Green+Blue) = 145+76+237=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #914CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CED is #6EB312. Grayscale: #727272. Windows color (decimal): -7254803 or 15551633. OLE color: 15551633.
HSL color Cylindrical-coordinate representation of color #914CED: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #914CED is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 76 | 237 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.07 |
| HSL | 265.71º | 0.82% | 0.61% | - |
| HSV(B) | 265.71º | 0.68% | 0.93% | - |
| XYZ | 29.55 | 17.3 | 81.9 | - |
| YUV | 114.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 237 | 0.39 | 0.68 | 0 | 0.07 | 265.71 | 0.82 | 0.61 |
| Hex | 91 | 4C | ED | 27 | 44 | 0 | 7 | 10A | 52 | 3D |
| Octal | 221 | 114 | 355 | 47 | 104 | 0 | 7 | 412 | 122 | 75 |
| Binary | 10010001 | 1001100 | 11101101 | 100111 | 1000100 | 0 | 111 | 100001010 | 1010010 | 111101 |
Color Harmonies of #914CED
Complementary color
Monochromatic Colors of #914CED
Black with #914CED
Text Example
Text Example
White with #914CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CED; }
p { color: rgb(145,76,237); }
H1.HeaderClassName
{
color: #914CED;
}
.AnyTagClassName
{
color: #914CED;
}
</style>
background-color css
<style>
a { background-color: #914CED; }
a { background-color: rgb(145,76,237); }
div.DivClassName
{
background-color: #914CED;
}
.BgClassName
{
background-color: #914CED;
}
</style>
border-color css
<style>
span { border-color: #914CED; }
span { border-color: rgb(145,76,237); }
td.TdClassName
{
border-color: #914CED;
}
.TagClassName
{
border-color: #914CED;
}
</style>