Shades of Blue Violet #8915FA
Tints of Blue Violet #8915FA
RGB
CMYK
RGB Variations
Color information
#8915FA (or 0x8915FA) is known color: Blue Violet. HEX triplet: 89, 15 and FA. RGB value is (137,21,250). Sum of RGB (Red+Green+Blue) = 137+21+250=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #8915FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8915FA is #76EA05. Grayscale: #505050. Windows color (decimal): -7793158 or 16389513. OLE color: 16389513.
HSL color Cylindrical-coordinate representation of color #8915FA: hue angle of 270.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8915FA is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 21 | 250 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.02 |
| HSL | 270.39º | 0.96% | 0.53% | - |
| HSV(B) | 270.39º | 0.92% | 0.98% | - |
| XYZ | 27.84 | 12.76 | 91.44 | - |
| YUV | 81.79 | 222.93 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 250 | 0.45 | 0.92 | 0 | 0.02 | 270.39 | 0.96 | 0.53 |
| Hex | 89 | 15 | FA | 2D | 5C | 0 | 2 | 10E | 60 | 35 |
| Octal | 211 | 25 | 372 | 55 | 134 | 0 | 2 | 416 | 140 | 65 |
| Binary | 10001001 | 10101 | 11111010 | 101101 | 1011100 | 0 | 10 | 100001110 | 1100000 | 110101 |
Color Harmonies of #8915FA
Complementary color
Monochromatic Colors of #8915FA
Black with #8915FA
Text Example
Text Example
White with #8915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915FA; }
p { color: rgb(137,21,250); }
H1.HeaderClassName
{
color: #8915FA;
}
.AnyTagClassName
{
color: #8915FA;
}
</style>
background-color css
<style>
a { background-color: #8915FA; }
a { background-color: rgb(137,21,250); }
div.DivClassName
{
background-color: #8915FA;
}
.BgClassName
{
background-color: #8915FA;
}
</style>
border-color css
<style>
span { border-color: #8915FA; }
span { border-color: rgb(137,21,250); }
td.TdClassName
{
border-color: #8915FA;
}
.TagClassName
{
border-color: #8915FA;
}
</style>