Shades of Blue Violet #8916ED
Tints of Blue Violet #8916ED
RGB
CMYK
RGB Variations
Color information
#8916ED (or 0x8916ED) is known color: Blue Violet. HEX triplet: 89, 16 and ED. RGB value is (137,22,237). Sum of RGB (Red+Green+Blue) = 137+22+237=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #8916ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8916ED is #76E912. Grayscale: #505050. Windows color (decimal): -7792915 or 15537801. OLE color: 15537801.
HSL color Cylindrical-coordinate representation of color #8916ED: hue angle of 272.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8916ED is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 22 | 237 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.07 |
| HSL | 272.09º | 0.86% | 0.51% | - |
| HSV(B) | 272.09º | 0.91% | 0.93% | - |
| XYZ | 25.89 | 12.01 | 81.07 | - |
| YUV | 80.9 | 216.1 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 237 | 0.42 | 0.91 | 0 | 0.07 | 272.09 | 0.86 | 0.51 |
| Hex | 89 | 16 | ED | 2A | 5B | 0 | 7 | 110 | 56 | 33 |
| Octal | 211 | 26 | 355 | 52 | 133 | 0 | 7 | 420 | 126 | 63 |
| Binary | 10001001 | 10110 | 11101101 | 101010 | 1011011 | 0 | 111 | 100010000 | 1010110 | 110011 |
Color Harmonies of #8916ED
Complementary color
Monochromatic Colors of #8916ED
Black with #8916ED
Text Example
Text Example
White with #8916ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8916ED; }
p { color: rgb(137,22,237); }
H1.HeaderClassName
{
color: #8916ED;
}
.AnyTagClassName
{
color: #8916ED;
}
</style>
background-color css
<style>
a { background-color: #8916ED; }
a { background-color: rgb(137,22,237); }
div.DivClassName
{
background-color: #8916ED;
}
.BgClassName
{
background-color: #8916ED;
}
</style>
border-color css
<style>
span { border-color: #8916ED; }
span { border-color: rgb(137,22,237); }
td.TdClassName
{
border-color: #8916ED;
}
.TagClassName
{
border-color: #8916ED;
}
</style>