Shades of Blue Violet #8119FA
Tints of Blue Violet #8119FA
RGB
CMYK
RGB Variations
Color information
#8119FA (or 0x8119FA) is known color: Blue Violet. HEX triplet: 81, 19 and FA. RGB value is (129,25,250). Sum of RGB (Red+Green+Blue) = 129+25+250=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #8119FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8119FA is #7EE605. Grayscale: #505050. Windows color (decimal): -8316422 or 16390529. OLE color: 16390529.
HSL color Cylindrical-coordinate representation of color #8119FA: hue angle of 267.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8119FA is Cyan = 0.48, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 25 | 250 | - |
| CMYK | 0.48 | 0.9 | 0 | 0.02 |
| HSL | 267.73º | 0.96% | 0.54% | - |
| HSV(B) | 267.73º | 0.9% | 0.98% | - |
| XYZ | 26.66 | 12.26 | 91.4 | - |
| YUV | 81.75 | 222.96 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 250 | 0.48 | 0.9 | 0 | 0.02 | 267.73 | 0.96 | 0.54 |
| Hex | 81 | 19 | FA | 30 | 5A | 0 | 2 | 10C | 60 | 36 |
| Octal | 201 | 31 | 372 | 60 | 132 | 0 | 2 | 414 | 140 | 66 |
| Binary | 10000001 | 11001 | 11111010 | 110000 | 1011010 | 0 | 10 | 100001100 | 1100000 | 110110 |
Color Harmonies of #8119FA
Complementary color
Monochromatic Colors of #8119FA
Black with #8119FA
Text Example
Text Example
White with #8119FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119FA; }
p { color: rgb(129,25,250); }
H1.HeaderClassName
{
color: #8119FA;
}
.AnyTagClassName
{
color: #8119FA;
}
</style>
background-color css
<style>
a { background-color: #8119FA; }
a { background-color: rgb(129,25,250); }
div.DivClassName
{
background-color: #8119FA;
}
.BgClassName
{
background-color: #8119FA;
}
</style>
border-color css
<style>
span { border-color: #8119FA; }
span { border-color: rgb(129,25,250); }
td.TdClassName
{
border-color: #8119FA;
}
.TagClassName
{
border-color: #8119FA;
}
</style>