Shades of Blue Violet #8119DF
Tints of Blue Violet #8119DF
RGB
CMYK
RGB Variations
Color information
#8119DF (or 0x8119DF) is known color: Blue Violet. HEX triplet: 81, 19 and DF. RGB value is (129,25,223). Sum of RGB (Red+Green+Blue) = 129+25+223=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #8119DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119DF is #7EE620. Grayscale: #4D4D4D. Windows color (decimal): -8316449 or 14621057. OLE color: 14621057.
HSL color Cylindrical-coordinate representation of color #8119DF: hue angle of 271.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8119DF is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 25 | 223 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.13 |
| HSL | 271.52º | 0.8% | 0.49% | - |
| HSV(B) | 271.52º | 0.89% | 0.87% | - |
| XYZ | 22.72 | 10.69 | 70.68 | - |
| YUV | 78.67 | 209.46 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 223 | 0.42 | 0.89 | 0 | 0.13 | 271.52 | 0.8 | 0.49 |
| Hex | 81 | 19 | DF | 2A | 59 | 0 | D | 110 | 50 | 31 |
| Octal | 201 | 31 | 337 | 52 | 131 | 0 | 15 | 420 | 120 | 61 |
| Binary | 10000001 | 11001 | 11011111 | 101010 | 1011001 | 0 | 1101 | 100010000 | 1010000 | 110001 |
Color Harmonies of #8119DF
Complementary color
Monochromatic Colors of #8119DF
Black with #8119DF
Text Example
Text Example
White with #8119DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119DF; }
p { color: rgb(129,25,223); }
H1.HeaderClassName
{
color: #8119DF;
}
.AnyTagClassName
{
color: #8119DF;
}
</style>
background-color css
<style>
a { background-color: #8119DF; }
a { background-color: rgb(129,25,223); }
div.DivClassName
{
background-color: #8119DF;
}
.BgClassName
{
background-color: #8119DF;
}
</style>
border-color css
<style>
span { border-color: #8119DF; }
span { border-color: rgb(129,25,223); }
td.TdClassName
{
border-color: #8119DF;
}
.TagClassName
{
border-color: #8119DF;
}
</style>