Shades of Blue Violet #8119F0
Tints of Blue Violet #8119F0
RGB
CMYK
RGB Variations
Color information
#8119F0 (or 0x8119F0) is known color: Blue Violet. HEX triplet: 81, 19 and F0. RGB value is (129,25,240). Sum of RGB (Red+Green+Blue) = 129+25+240=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 240 (94.14% from 255 or 60.91% from 394); Max value from RGB is 240 - color contains mainly: blue. Hex color #8119F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8119F0 is #7EE60F. Grayscale: #4F4F4F. Windows color (decimal): -8316432 or 15735169. OLE color: 15735169.
HSL color Cylindrical-coordinate representation of color #8119F0: hue angle of 269.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8119F0 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 25 | 240 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.06 |
| HSL | 269.02º | 0.88% | 0.52% | - |
| HSV(B) | 269.02º | 0.9% | 0.94% | - |
| XYZ | 25.13 | 11.65 | 83.36 | - |
| YUV | 80.61 | 217.96 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 240 | 0.46 | 0.90 | 0 | 0.06 | 269.02 | 0.88 | 0.52 |
| Hex | 81 | 19 | F0 | 2E | 5A | 0 | 6 | 10D | 58 | 34 |
| Octal | 201 | 31 | 360 | 56 | 132 | 0 | 6 | 415 | 130 | 64 |
| Binary | 10000001 | 11001 | 11110000 | 101110 | 1011010 | 0 | 110 | 100001101 | 1011000 | 110100 |
Color Harmonies of #8119F0
Complementary color
Monochromatic Colors of #8119F0
Black with #8119F0
Text Example
Text Example
White with #8119F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119F0; }
p { color: rgb(129,25,240); }
H1.HeaderClassName
{
color: #8119F0;
}
.AnyTagClassName
{
color: #8119F0;
}
</style>
background-color css
<style>
a { background-color: #8119F0; }
a { background-color: rgb(129,25,240); }
div.DivClassName
{
background-color: #8119F0;
}
.BgClassName
{
background-color: #8119F0;
}
</style>
border-color css
<style>
span { border-color: #8119F0; }
span { border-color: rgb(129,25,240); }
td.TdClassName
{
border-color: #8119F0;
}
.TagClassName
{
border-color: #8119F0;
}
</style>