Shades of Blue Violet #914CE7
Tints of Blue Violet #914CE7
RGB
CMYK
RGB Variations
Color information
#914CE7 (or 0x914CE7) is known color: Blue Violet. HEX triplet: 91, 4C and E7. RGB value is (145,76,231). Sum of RGB (Red+Green+Blue) = 145+76+231=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #914CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CE7 is #6EB318. Grayscale: #717171. Windows color (decimal): -7254809 or 15158417. OLE color: 15158417.
HSL color Cylindrical-coordinate representation of color #914CE7: hue angle of 266.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914CE7 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 76 | 231 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.09 |
| HSL | 266.71º | 0.76% | 0.6% | - |
| HSV(B) | 266.71º | 0.67% | 0.91% | - |
| XYZ | 28.69 | 16.96 | 77.36 | - |
| YUV | 114.3 | 193.86 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 231 | 0.37 | 0.67 | 0 | 0.09 | 266.71 | 0.76 | 0.6 |
| Hex | 91 | 4C | E7 | 25 | 43 | 0 | 9 | 10B | 4C | 3C |
| Octal | 221 | 114 | 347 | 45 | 103 | 0 | 11 | 413 | 114 | 74 |
| Binary | 10010001 | 1001100 | 11100111 | 100101 | 1000011 | 0 | 1001 | 100001011 | 1001100 | 111100 |
Color Harmonies of #914CE7
Complementary color
Monochromatic Colors of #914CE7
Black with #914CE7
Text Example
Text Example
White with #914CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CE7; }
p { color: rgb(145,76,231); }
H1.HeaderClassName
{
color: #914CE7;
}
.AnyTagClassName
{
color: #914CE7;
}
</style>
background-color css
<style>
a { background-color: #914CE7; }
a { background-color: rgb(145,76,231); }
div.DivClassName
{
background-color: #914CE7;
}
.BgClassName
{
background-color: #914CE7;
}
</style>
border-color css
<style>
span { border-color: #914CE7; }
span { border-color: rgb(145,76,231); }
td.TdClassName
{
border-color: #914CE7;
}
.TagClassName
{
border-color: #914CE7;
}
</style>