Shades of Blue Violet #8914FF
Tints of Blue Violet #8914FF
RGB
CMYK
RGB Variations
Color information
#8914FF (or 0x8914FF) is known color: Blue Violet. HEX triplet: 89, 14 and FF. RGB value is (137,20,255). Sum of RGB (Red+Green+Blue) = 137+20+255=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #8914FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8914FF is #76EB00. Grayscale: #505050. Windows color (decimal): -7793409 or 16716937. OLE color: 16716937.
HSL color Cylindrical-coordinate representation of color #8914FF: hue angle of 269.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8914FF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 20 | 255 | - |
| CMYK | 0.46 | 0.92 | 0 | 0 |
| HSL | 269.87º | 1% | 0.54% | - |
| HSV(B) | 269.87º | 0.92% | 1% | - |
| XYZ | 28.62 | 13.04 | 95.62 | - |
| YUV | 81.77 | 225.76 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 255 | 0.46 | 0.92 | 0 | 0 | 269.87 | 1 | 0.54 |
| Hex | 89 | 14 | FF | 2E | 5C | 0 | 0 | 10E | 64 | 36 |
| Octal | 211 | 24 | 377 | 56 | 134 | 0 | 0 | 416 | 144 | 66 |
| Binary | 10001001 | 10100 | 11111111 | 101110 | 1011100 | 0 | 0 | 100001110 | 1100100 | 110110 |
Color Harmonies of #8914FF
Complementary color
Monochromatic Colors of #8914FF
Black with #8914FF
Text Example
Text Example
White with #8914FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8914FF; }
p { color: rgb(137,20,255); }
H1.HeaderClassName
{
color: #8914FF;
}
.AnyTagClassName
{
color: #8914FF;
}
</style>
background-color css
<style>
a { background-color: #8914FF; }
a { background-color: rgb(137,20,255); }
div.DivClassName
{
background-color: #8914FF;
}
.BgClassName
{
background-color: #8914FF;
}
</style>
border-color css
<style>
span { border-color: #8914FF; }
span { border-color: rgb(137,20,255); }
td.TdClassName
{
border-color: #8914FF;
}
.TagClassName
{
border-color: #8914FF;
}
</style>