Shades of Blue Violet #8914FE
Tints of Blue Violet #8914FE
RGB
CMYK
RGB Variations
Color information
#8914FE (or 0x8914FE) is known color: Blue Violet. HEX triplet: 89, 14 and FE. RGB value is (137,20,254). Sum of RGB (Red+Green+Blue) = 137+20+254=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #8914FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8914FE is #76EB01. Grayscale: #505050. Windows color (decimal): -7793410 or 16651401. OLE color: 16651401.
HSL color Cylindrical-coordinate representation of color #8914FE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8914FE is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 20 | 254 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.54% | - |
| HSV(B) | 270º | 0.92% | 1% | - |
| XYZ | 28.46 | 12.97 | 94.77 | - |
| YUV | 81.66 | 225.26 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 254 | 0.46 | 0.92 | 0 | 0.00 | 270 | 0.99 | 0.54 |
| Hex | 89 | 14 | FE | 2E | 5C | 0 | 0 | 10E | 63 | 36 |
| Octal | 211 | 24 | 376 | 56 | 134 | 0 | 0 | 416 | 143 | 66 |
| Binary | 10001001 | 10100 | 11111110 | 101110 | 1011100 | 0 | 0 | 100001110 | 1100011 | 110110 |
Color Harmonies of #8914FE
Complementary color
Monochromatic Colors of #8914FE
Black with #8914FE
Text Example
Text Example
White with #8914FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8914FE; }
p { color: rgb(137,20,254); }
H1.HeaderClassName
{
color: #8914FE;
}
.AnyTagClassName
{
color: #8914FE;
}
</style>
background-color css
<style>
a { background-color: #8914FE; }
a { background-color: rgb(137,20,254); }
div.DivClassName
{
background-color: #8914FE;
}
.BgClassName
{
background-color: #8914FE;
}
</style>
border-color css
<style>
span { border-color: #8914FE; }
span { border-color: rgb(137,20,254); }
td.TdClassName
{
border-color: #8914FE;
}
.TagClassName
{
border-color: #8914FE;
}
</style>