Shades of Blue Violet #914CFB
Tints of Blue Violet #914CFB
RGB
CMYK
RGB Variations
Color information
#914CFB (or 0x914CFB) is known color: Blue Violet. HEX triplet: 91, 4C and FB. RGB value is (145,76,251). Sum of RGB (Red+Green+Blue) = 145+76+251=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #914CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914CFB is #6EB304. Grayscale: #737373. Windows color (decimal): -7254789 or 16469137. OLE color: 16469137.
HSL color Cylindrical-coordinate representation of color #914CFB: hue angle of 263.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #914CFB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 76 | 251 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.02 |
| HSL | 263.66º | 0.96% | 0.64% | - |
| HSV(B) | 263.66º | 0.7% | 0.98% | - |
| XYZ | 31.67 | 18.15 | 93.1 | - |
| YUV | 116.58 | 203.86 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 251 | 0.42 | 0.70 | 0 | 0.02 | 263.66 | 0.96 | 0.64 |
| Hex | 91 | 4C | FB | 2A | 46 | 0 | 2 | 108 | 60 | 40 |
| Octal | 221 | 114 | 373 | 52 | 106 | 0 | 2 | 410 | 140 | 100 |
| Binary | 10010001 | 1001100 | 11111011 | 101010 | 1000110 | 0 | 10 | 100001000 | 1100000 | 1000000 |
Color Harmonies of #914CFB
Complementary color
Monochromatic Colors of #914CFB
Black with #914CFB
Text Example
Text Example
White with #914CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CFB; }
p { color: rgb(145,76,251); }
H1.HeaderClassName
{
color: #914CFB;
}
.AnyTagClassName
{
color: #914CFB;
}
</style>
background-color css
<style>
a { background-color: #914CFB; }
a { background-color: rgb(145,76,251); }
div.DivClassName
{
background-color: #914CFB;
}
.BgClassName
{
background-color: #914CFB;
}
</style>
border-color css
<style>
span { border-color: #914CFB; }
span { border-color: rgb(145,76,251); }
td.TdClassName
{
border-color: #914CFB;
}
.TagClassName
{
border-color: #914CFB;
}
</style>