Shades of Blue Violet #8119DA
Tints of Blue Violet #8119DA
RGB
CMYK
RGB Variations
Color information
#8119DA (or 0x8119DA) is known color: Blue Violet. HEX triplet: 81, 19 and DA. RGB value is (129,25,218). Sum of RGB (Red+Green+Blue) = 129+25+218=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #8119DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119DA is #7EE625. Grayscale: #4D4D4D. Windows color (decimal): -8316454 or 14293377. OLE color: 14293377.
HSL color Cylindrical-coordinate representation of color #8119DA: hue angle of 272.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8119DA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 25 | 218 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.15 |
| HSL | 272.33º | 0.79% | 0.48% | - |
| HSV(B) | 272.33º | 0.89% | 0.85% | - |
| XYZ | 22.06 | 10.42 | 67.18 | - |
| YUV | 78.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 218 | 0.41 | 0.89 | 0 | 0.15 | 272.33 | 0.79 | 0.48 |
| Hex | 81 | 19 | DA | 29 | 59 | 0 | F | 110 | 4F | 30 |
| Octal | 201 | 31 | 332 | 51 | 131 | 0 | 17 | 420 | 117 | 60 |
| Binary | 10000001 | 11001 | 11011010 | 101001 | 1011001 | 0 | 1111 | 100010000 | 1001111 | 110000 |
Color Harmonies of #8119DA
Complementary color
Monochromatic Colors of #8119DA
Black with #8119DA
Text Example
Text Example
White with #8119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119DA; }
p { color: rgb(129,25,218); }
H1.HeaderClassName
{
color: #8119DA;
}
.AnyTagClassName
{
color: #8119DA;
}
</style>
background-color css
<style>
a { background-color: #8119DA; }
a { background-color: rgb(129,25,218); }
div.DivClassName
{
background-color: #8119DA;
}
.BgClassName
{
background-color: #8119DA;
}
</style>
border-color css
<style>
span { border-color: #8119DA; }
span { border-color: rgb(129,25,218); }
td.TdClassName
{
border-color: #8119DA;
}
.TagClassName
{
border-color: #8119DA;
}
</style>