Shades of Blue Violet #8119F9
Tints of Blue Violet #8119F9
RGB
CMYK
RGB Variations
Color information
#8119F9 (or 0x8119F9) is known color: Blue Violet. HEX triplet: 81, 19 and F9. RGB value is (129,25,249). Sum of RGB (Red+Green+Blue) = 129+25+249=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #8119F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8119F9 is #7EE606. Grayscale: #505050. Windows color (decimal): -8316423 or 16324993. OLE color: 16324993.
HSL color Cylindrical-coordinate representation of color #8119F9: hue angle of 267.86º degrees, saturation: 0.95, 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 #8119F9 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 25 | 249 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.02 |
| HSL | 267.86º | 0.95% | 0.54% | - |
| HSV(B) | 267.86º | 0.9% | 0.98% | - |
| XYZ | 26.5 | 12.2 | 90.58 | - |
| YUV | 81.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 249 | 0.48 | 0.90 | 0 | 0.02 | 267.86 | 0.95 | 0.54 |
| Hex | 81 | 19 | F9 | 30 | 5A | 0 | 2 | 10C | 5F | 36 |
| Octal | 201 | 31 | 371 | 60 | 132 | 0 | 2 | 414 | 137 | 66 |
| Binary | 10000001 | 11001 | 11111001 | 110000 | 1011010 | 0 | 10 | 100001100 | 1011111 | 110110 |
Color Harmonies of #8119F9
Complementary color
Monochromatic Colors of #8119F9
Black with #8119F9
Text Example
Text Example
White with #8119F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119F9; }
p { color: rgb(129,25,249); }
H1.HeaderClassName
{
color: #8119F9;
}
.AnyTagClassName
{
color: #8119F9;
}
</style>
background-color css
<style>
a { background-color: #8119F9; }
a { background-color: rgb(129,25,249); }
div.DivClassName
{
background-color: #8119F9;
}
.BgClassName
{
background-color: #8119F9;
}
</style>
border-color css
<style>
span { border-color: #8119F9; }
span { border-color: rgb(129,25,249); }
td.TdClassName
{
border-color: #8119F9;
}
.TagClassName
{
border-color: #8119F9;
}
</style>