Shades of Blue Violet #8915FE
Tints of Blue Violet #8915FE
RGB
CMYK
RGB Variations
Color information
#8915FE (or 0x8915FE) is known color: Blue Violet. HEX triplet: 89, 15 and FE. RGB value is (137,21,254). Sum of RGB (Red+Green+Blue) = 137+21+254=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #8915FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8915FE is #76EA01. Grayscale: #515151. Windows color (decimal): -7793154 or 16651657. OLE color: 16651657.
HSL color Cylindrical-coordinate representation of color #8915FE: hue angle of 269.87º 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 #8915FE is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 21 | 254 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.00 |
| HSL | 269.87º | 0.99% | 0.54% | - |
| HSV(B) | 269.87º | 0.92% | 1% | - |
| XYZ | 28.47 | 13.01 | 94.78 | - |
| YUV | 82.25 | 224.93 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 254 | 0.46 | 0.92 | 0 | 0.00 | 269.87 | 0.99 | 0.54 |
| Hex | 89 | 15 | FE | 2E | 5C | 0 | 0 | 10E | 63 | 36 |
| Octal | 211 | 25 | 376 | 56 | 134 | 0 | 0 | 416 | 143 | 66 |
| Binary | 10001001 | 10101 | 11111110 | 101110 | 1011100 | 0 | 0 | 100001110 | 1100011 | 110110 |
Color Harmonies of #8915FE
Complementary color
Monochromatic Colors of #8915FE
Black with #8915FE
Text Example
Text Example
White with #8915FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915FE; }
p { color: rgb(137,21,254); }
H1.HeaderClassName
{
color: #8915FE;
}
.AnyTagClassName
{
color: #8915FE;
}
</style>
background-color css
<style>
a { background-color: #8915FE; }
a { background-color: rgb(137,21,254); }
div.DivClassName
{
background-color: #8915FE;
}
.BgClassName
{
background-color: #8915FE;
}
</style>
border-color css
<style>
span { border-color: #8915FE; }
span { border-color: rgb(137,21,254); }
td.TdClassName
{
border-color: #8915FE;
}
.TagClassName
{
border-color: #8915FE;
}
</style>