Shades of Blue Violet #914AF0
Tints of Blue Violet #914AF0
RGB
CMYK
RGB Variations
Color information
#914AF0 (or 0x914AF0) is known color: Blue Violet. HEX triplet: 91, 4A and F0. RGB value is (145,74,240). Sum of RGB (Red+Green+Blue) = 145+74+240=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #914AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914AF0 is #6EB50F. Grayscale: #717171. Windows color (decimal): -7255312 or 15747729. OLE color: 15747729.
HSL color Cylindrical-coordinate representation of color #914AF0: hue angle of 265.66º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #914AF0 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 74 | 240 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.06 |
| HSL | 265.66º | 0.85% | 0.62% | - |
| HSV(B) | 265.66º | 0.69% | 0.94% | - |
| XYZ | 29.85 | 17.21 | 84.19 | - |
| YUV | 114.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 240 | 0.40 | 0.69 | 0 | 0.06 | 265.66 | 0.85 | 0.62 |
| Hex | 91 | 4A | F0 | 28 | 45 | 0 | 6 | 10A | 55 | 3E |
| Octal | 221 | 112 | 360 | 50 | 105 | 0 | 6 | 412 | 125 | 76 |
| Binary | 10010001 | 1001010 | 11110000 | 101000 | 1000101 | 0 | 110 | 100001010 | 1010101 | 111110 |
Color Harmonies of #914AF0
Complementary color
Monochromatic Colors of #914AF0
Black with #914AF0
Text Example
Text Example
White with #914AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914AF0; }
p { color: rgb(145,74,240); }
H1.HeaderClassName
{
color: #914AF0;
}
.AnyTagClassName
{
color: #914AF0;
}
</style>
background-color css
<style>
a { background-color: #914AF0; }
a { background-color: rgb(145,74,240); }
div.DivClassName
{
background-color: #914AF0;
}
.BgClassName
{
background-color: #914AF0;
}
</style>
border-color css
<style>
span { border-color: #914AF0; }
span { border-color: rgb(145,74,240); }
td.TdClassName
{
border-color: #914AF0;
}
.TagClassName
{
border-color: #914AF0;
}
</style>