Shades of Blue Violet #8115D1
Tints of Blue Violet #8115D1
RGB
CMYK
RGB Variations
Color information
#8115D1 (or 0x8115D1) is known color: Blue Violet. HEX triplet: 81, 15 and D1. RGB value is (129,21,209). Sum of RGB (Red+Green+Blue) = 129+21+209=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #8115D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115D1 is #7EEA2E. Grayscale: #4A4A4A. Windows color (decimal): -8317487 or 13702529. OLE color: 13702529.
HSL color Cylindrical-coordinate representation of color #8115D1: hue angle of 274.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8115D1 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 21 | 209 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.18 |
| HSL | 274.47º | 0.82% | 0.45% | - |
| HSV(B) | 274.47º | 0.9% | 0.82% | - |
| XYZ | 20.83 | 9.81 | 61.12 | - |
| YUV | 74.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 209 | 0.38 | 0.90 | 0 | 0.18 | 274.47 | 0.82 | 0.45 |
| Hex | 81 | 15 | D1 | 26 | 5A | 0 | 12 | 112 | 52 | 2D |
| Octal | 201 | 25 | 321 | 46 | 132 | 0 | 22 | 422 | 122 | 55 |
| Binary | 10000001 | 10101 | 11010001 | 100110 | 1011010 | 0 | 10010 | 100010010 | 1010010 | 101101 |
Color Harmonies of #8115D1
Complementary color
Monochromatic Colors of #8115D1
Black with #8115D1
Text Example
Text Example
White with #8115D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115D1; }
p { color: rgb(129,21,209); }
H1.HeaderClassName
{
color: #8115D1;
}
.AnyTagClassName
{
color: #8115D1;
}
</style>
background-color css
<style>
a { background-color: #8115D1; }
a { background-color: rgb(129,21,209); }
div.DivClassName
{
background-color: #8115D1;
}
.BgClassName
{
background-color: #8115D1;
}
</style>
border-color css
<style>
span { border-color: #8115D1; }
span { border-color: rgb(129,21,209); }
td.TdClassName
{
border-color: #8115D1;
}
.TagClassName
{
border-color: #8115D1;
}
</style>