Shades of Blue Violet #8913FE
Tints of Blue Violet #8913FE
RGB
CMYK
RGB Variations
Color information
#8913FE (or 0x8913FE) is known color: Blue Violet. HEX triplet: 89, 13 and FE. RGB value is (137,19,254). Sum of RGB (Red+Green+Blue) = 137+19+254=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #8913FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8913FE is #76EC01. Grayscale: #505050. Windows color (decimal): -7793666 or 16651145. OLE color: 16651145.
HSL color Cylindrical-coordinate representation of color #8913FE: hue angle of 270.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8913FE is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 19 | 254 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.00 |
| HSL | 270.13º | 0.99% | 0.54% | - |
| HSV(B) | 270.13º | 0.93% | 1% | - |
| XYZ | 28.44 | 12.94 | 94.76 | - |
| YUV | 81.07 | 225.59 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 254 | 0.46 | 0.93 | 0 | 0.00 | 270.13 | 0.99 | 0.54 |
| Hex | 89 | 13 | FE | 2E | 5D | 0 | 0 | 10E | 63 | 36 |
| Octal | 211 | 23 | 376 | 56 | 135 | 0 | 0 | 416 | 143 | 66 |
| Binary | 10001001 | 10011 | 11111110 | 101110 | 1011101 | 0 | 0 | 100001110 | 1100011 | 110110 |
Color Harmonies of #8913FE
Complementary color
Monochromatic Colors of #8913FE
Black with #8913FE
Text Example
Text Example
White with #8913FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913FE; }
p { color: rgb(137,19,254); }
H1.HeaderClassName
{
color: #8913FE;
}
.AnyTagClassName
{
color: #8913FE;
}
</style>
background-color css
<style>
a { background-color: #8913FE; }
a { background-color: rgb(137,19,254); }
div.DivClassName
{
background-color: #8913FE;
}
.BgClassName
{
background-color: #8913FE;
}
</style>
border-color css
<style>
span { border-color: #8913FE; }
span { border-color: rgb(137,19,254); }
td.TdClassName
{
border-color: #8913FE;
}
.TagClassName
{
border-color: #8913FE;
}
</style>