Shades of Blue Violet #8913FA
Tints of Blue Violet #8913FA
RGB
CMYK
RGB Variations
Color information
#8913FA (or 0x8913FA) is known color: Blue Violet. HEX triplet: 89, 13 and FA. RGB value is (137,19,250). Sum of RGB (Red+Green+Blue) = 137+19+250=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8913FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8913FA is #76EC05. Grayscale: #4F4F4F. Windows color (decimal): -7793670 or 16389001. OLE color: 16389001.
HSL color Cylindrical-coordinate representation of color #8913FA: hue angle of 270.65º 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 #8913FA is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 19 | 250 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.02 |
| HSL | 270.65º | 0.96% | 0.53% | - |
| HSV(B) | 270.65º | 0.92% | 0.98% | - |
| XYZ | 27.8 | 12.69 | 91.43 | - |
| YUV | 80.62 | 223.59 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 250 | 0.45 | 0.92 | 0 | 0.02 | 270.65 | 0.96 | 0.53 |
| Hex | 89 | 13 | FA | 2D | 5C | 0 | 2 | 10F | 60 | 35 |
| Octal | 211 | 23 | 372 | 55 | 134 | 0 | 2 | 417 | 140 | 65 |
| Binary | 10001001 | 10011 | 11111010 | 101101 | 1011100 | 0 | 10 | 100001111 | 1100000 | 110101 |
Color Harmonies of #8913FA
Complementary color
Monochromatic Colors of #8913FA
Black with #8913FA
Text Example
Text Example
White with #8913FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913FA; }
p { color: rgb(137,19,250); }
H1.HeaderClassName
{
color: #8913FA;
}
.AnyTagClassName
{
color: #8913FA;
}
</style>
background-color css
<style>
a { background-color: #8913FA; }
a { background-color: rgb(137,19,250); }
div.DivClassName
{
background-color: #8913FA;
}
.BgClassName
{
background-color: #8913FA;
}
</style>
border-color css
<style>
span { border-color: #8913FA; }
span { border-color: rgb(137,19,250); }
td.TdClassName
{
border-color: #8913FA;
}
.TagClassName
{
border-color: #8913FA;
}
</style>