Shades of Blue Violet #8916FA
Tints of Blue Violet #8916FA
RGB
CMYK
RGB Variations
Color information
#8916FA (or 0x8916FA) is known color: Blue Violet. HEX triplet: 89, 16 and FA. RGB value is (137,22,250). Sum of RGB (Red+Green+Blue) = 137+22+250=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #8916FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8916FA is #76E905. Grayscale: #515151. Windows color (decimal): -7792902 or 16389769. OLE color: 16389769.
HSL color Cylindrical-coordinate representation of color #8916FA: hue angle of 270.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8916FA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 22 | 250 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.02 |
| HSL | 270.26º | 0.96% | 0.53% | - |
| HSV(B) | 270.26º | 0.91% | 0.98% | - |
| XYZ | 27.86 | 12.79 | 91.44 | - |
| YUV | 82.38 | 222.6 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 250 | 0.45 | 0.91 | 0 | 0.02 | 270.26 | 0.96 | 0.53 |
| Hex | 89 | 16 | FA | 2D | 5B | 0 | 2 | 10E | 60 | 35 |
| Octal | 211 | 26 | 372 | 55 | 133 | 0 | 2 | 416 | 140 | 65 |
| Binary | 10001001 | 10110 | 11111010 | 101101 | 1011011 | 0 | 10 | 100001110 | 1100000 | 110101 |
Color Harmonies of #8916FA
Complementary color
Monochromatic Colors of #8916FA
Black with #8916FA
Text Example
Text Example
White with #8916FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8916FA; }
p { color: rgb(137,22,250); }
H1.HeaderClassName
{
color: #8916FA;
}
.AnyTagClassName
{
color: #8916FA;
}
</style>
background-color css
<style>
a { background-color: #8916FA; }
a { background-color: rgb(137,22,250); }
div.DivClassName
{
background-color: #8916FA;
}
.BgClassName
{
background-color: #8916FA;
}
</style>
border-color css
<style>
span { border-color: #8916FA; }
span { border-color: rgb(137,22,250); }
td.TdClassName
{
border-color: #8916FA;
}
.TagClassName
{
border-color: #8916FA;
}
</style>