Shades of Blue Violet #914AFD
Tints of Blue Violet #914AFD
RGB
CMYK
RGB Variations
Color information
#914AFD (or 0x914AFD) is known color: Blue Violet. HEX triplet: 91, 4A and FD. RGB value is (145,74,253). Sum of RGB (Red+Green+Blue) = 145+74+253=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #914AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914AFD is #6EB502. Grayscale: #727272. Windows color (decimal): -7255299 or 16599697. OLE color: 16599697.
HSL color Cylindrical-coordinate representation of color #914AFD: hue angle of 263.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #914AFD is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 74 | 253 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.01 |
| HSL | 263.8º | 0.98% | 0.64% | - |
| HSV(B) | 263.8º | 0.71% | 0.99% | - |
| XYZ | 31.86 | 18.01 | 94.73 | - |
| YUV | 115.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 253 | 0.43 | 0.71 | 0 | 0.01 | 263.8 | 0.98 | 0.64 |
| Hex | 91 | 4A | FD | 2B | 47 | 0 | 1 | 108 | 62 | 40 |
| Octal | 221 | 112 | 375 | 53 | 107 | 0 | 1 | 410 | 142 | 100 |
| Binary | 10010001 | 1001010 | 11111101 | 101011 | 1000111 | 0 | 1 | 100001000 | 1100010 | 1000000 |
Color Harmonies of #914AFD
Complementary color
Monochromatic Colors of #914AFD
Black with #914AFD
Text Example
Text Example
White with #914AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914AFD; }
p { color: rgb(145,74,253); }
H1.HeaderClassName
{
color: #914AFD;
}
.AnyTagClassName
{
color: #914AFD;
}
</style>
background-color css
<style>
a { background-color: #914AFD; }
a { background-color: rgb(145,74,253); }
div.DivClassName
{
background-color: #914AFD;
}
.BgClassName
{
background-color: #914AFD;
}
</style>
border-color css
<style>
span { border-color: #914AFD; }
span { border-color: rgb(145,74,253); }
td.TdClassName
{
border-color: #914AFD;
}
.TagClassName
{
border-color: #914AFD;
}
</style>