Shades of Blue Violet #914AFB
Tints of Blue Violet #914AFB
RGB
CMYK
RGB Variations
Color information
#914AFB (or 0x914AFB) is known color: Blue Violet. HEX triplet: 91, 4A and FB. RGB value is (145,74,251). Sum of RGB (Red+Green+Blue) = 145+74+251=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #914AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914AFB is #6EB504. Grayscale: #727272. Windows color (decimal): -7255301 or 16468625. OLE color: 16468625.
HSL color Cylindrical-coordinate representation of color #914AFB: hue angle of 264.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #914AFB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 74 | 251 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.02 |
| HSL | 264.07º | 0.96% | 0.64% | - |
| HSV(B) | 264.07º | 0.71% | 0.98% | - |
| XYZ | 31.54 | 17.88 | 93.06 | - |
| YUV | 115.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 251 | 0.42 | 0.71 | 0 | 0.02 | 264.07 | 0.96 | 0.64 |
| Hex | 91 | 4A | FB | 2A | 47 | 0 | 2 | 108 | 60 | 40 |
| Octal | 221 | 112 | 373 | 52 | 107 | 0 | 2 | 410 | 140 | 100 |
| Binary | 10010001 | 1001010 | 11111011 | 101010 | 1000111 | 0 | 10 | 100001000 | 1100000 | 1000000 |
Color Harmonies of #914AFB
Complementary color
Monochromatic Colors of #914AFB
Black with #914AFB
Text Example
Text Example
White with #914AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914AFB; }
p { color: rgb(145,74,251); }
H1.HeaderClassName
{
color: #914AFB;
}
.AnyTagClassName
{
color: #914AFB;
}
</style>
background-color css
<style>
a { background-color: #914AFB; }
a { background-color: rgb(145,74,251); }
div.DivClassName
{
background-color: #914AFB;
}
.BgClassName
{
background-color: #914AFB;
}
</style>
border-color css
<style>
span { border-color: #914AFB; }
span { border-color: rgb(145,74,251); }
td.TdClassName
{
border-color: #914AFB;
}
.TagClassName
{
border-color: #914AFB;
}
</style>