Shades of Blue Violet #8117FA
Tints of Blue Violet #8117FA
RGB
CMYK
RGB Variations
Color information
#8117FA (or 0x8117FA) is known color: Blue Violet. HEX triplet: 81, 17 and FA. RGB value is (129,23,250). Sum of RGB (Red+Green+Blue) = 129+23+250=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #8117FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8117FA is #7EE805. Grayscale: #4F4F4F. Windows color (decimal): -8316934 or 16390017. OLE color: 16390017.
HSL color Cylindrical-coordinate representation of color #8117FA: hue angle of 268.02º 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 #8117FA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 23 | 250 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.02 |
| HSL | 268.02º | 0.96% | 0.54% | - |
| HSV(B) | 268.02º | 0.91% | 0.98% | - |
| XYZ | 26.61 | 12.18 | 91.39 | - |
| YUV | 80.57 | 223.62 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 250 | 0.48 | 0.91 | 0 | 0.02 | 268.02 | 0.96 | 0.54 |
| Hex | 81 | 17 | FA | 30 | 5B | 0 | 2 | 10C | 60 | 36 |
| Octal | 201 | 27 | 372 | 60 | 133 | 0 | 2 | 414 | 140 | 66 |
| Binary | 10000001 | 10111 | 11111010 | 110000 | 1011011 | 0 | 10 | 100001100 | 1100000 | 110110 |
Color Harmonies of #8117FA
Complementary color
Monochromatic Colors of #8117FA
Black with #8117FA
Text Example
Text Example
White with #8117FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117FA; }
p { color: rgb(129,23,250); }
H1.HeaderClassName
{
color: #8117FA;
}
.AnyTagClassName
{
color: #8117FA;
}
</style>
background-color css
<style>
a { background-color: #8117FA; }
a { background-color: rgb(129,23,250); }
div.DivClassName
{
background-color: #8117FA;
}
.BgClassName
{
background-color: #8117FA;
}
</style>
border-color css
<style>
span { border-color: #8117FA; }
span { border-color: rgb(129,23,250); }
td.TdClassName
{
border-color: #8117FA;
}
.TagClassName
{
border-color: #8117FA;
}
</style>