Shades of Blue Violet #8917FA
Tints of Blue Violet #8917FA
RGB
CMYK
RGB Variations
Color information
#8917FA (or 0x8917FA) is known color: Blue Violet. HEX triplet: 89, 17 and FA. RGB value is (137,23,250). Sum of RGB (Red+Green+Blue) = 137+23+250=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #8917FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8917FA is #76E805. Grayscale: #525252. Windows color (decimal): -7792646 or 16390025. OLE color: 16390025.
HSL color Cylindrical-coordinate representation of color #8917FA: hue angle of 270.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8917FA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 23 | 250 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.02 |
| HSL | 270.13º | 0.96% | 0.54% | - |
| HSV(B) | 270.13º | 0.91% | 0.98% | - |
| XYZ | 27.88 | 12.83 | 91.45 | - |
| YUV | 82.96 | 222.27 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 250 | 0.45 | 0.91 | 0 | 0.02 | 270.13 | 0.96 | 0.54 |
| Hex | 89 | 17 | FA | 2D | 5B | 0 | 2 | 10E | 60 | 36 |
| Octal | 211 | 27 | 372 | 55 | 133 | 0 | 2 | 416 | 140 | 66 |
| Binary | 10001001 | 10111 | 11111010 | 101101 | 1011011 | 0 | 10 | 100001110 | 1100000 | 110110 |
Color Harmonies of #8917FA
Complementary color
Monochromatic Colors of #8917FA
Black with #8917FA
Text Example
Text Example
White with #8917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917FA; }
p { color: rgb(137,23,250); }
H1.HeaderClassName
{
color: #8917FA;
}
.AnyTagClassName
{
color: #8917FA;
}
</style>
background-color css
<style>
a { background-color: #8917FA; }
a { background-color: rgb(137,23,250); }
div.DivClassName
{
background-color: #8917FA;
}
.BgClassName
{
background-color: #8917FA;
}
</style>
border-color css
<style>
span { border-color: #8917FA; }
span { border-color: rgb(137,23,250); }
td.TdClassName
{
border-color: #8917FA;
}
.TagClassName
{
border-color: #8917FA;
}
</style>