Shades of Blue Violet #8119D5
Tints of Blue Violet #8119D5
RGB
CMYK
RGB Variations
Color information
#8119D5 (or 0x8119D5) is known color: Blue Violet. HEX triplet: 81, 19 and D5. RGB value is (129,25,213). Sum of RGB (Red+Green+Blue) = 129+25+213=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #8119D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119D5 is #7EE62A. Grayscale: #4C4C4C. Windows color (decimal): -8316459 or 13965697. OLE color: 13965697.
HSL color Cylindrical-coordinate representation of color #8119D5: hue angle of 273.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8119D5 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 25 | 213 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.16 |
| HSL | 273.19º | 0.79% | 0.47% | - |
| HSV(B) | 273.19º | 0.88% | 0.84% | - |
| XYZ | 21.41 | 10.17 | 63.78 | - |
| YUV | 77.53 | 204.46 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 213 | 0.39 | 0.88 | 0 | 0.16 | 273.19 | 0.79 | 0.47 |
| Hex | 81 | 19 | D5 | 27 | 58 | 0 | 10 | 111 | 4F | 2F |
| Octal | 201 | 31 | 325 | 47 | 130 | 0 | 20 | 421 | 117 | 57 |
| Binary | 10000001 | 11001 | 11010101 | 100111 | 1011000 | 0 | 10000 | 100010001 | 1001111 | 101111 |
Color Harmonies of #8119D5
Complementary color
Monochromatic Colors of #8119D5
Black with #8119D5
Text Example
Text Example
White with #8119D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8119D5; }
p { color: rgb(129,25,213); }
H1.HeaderClassName
{
color: #8119D5;
}
.AnyTagClassName
{
color: #8119D5;
}
</style>
background-color css
<style>
a { background-color: #8119D5; }
a { background-color: rgb(129,25,213); }
div.DivClassName
{
background-color: #8119D5;
}
.BgClassName
{
background-color: #8119D5;
}
</style>
border-color css
<style>
span { border-color: #8119D5; }
span { border-color: rgb(129,25,213); }
td.TdClassName
{
border-color: #8119D5;
}
.TagClassName
{
border-color: #8119D5;
}
</style>