Shades of Blue Violet #8115D0
Tints of Blue Violet #8115D0
RGB
CMYK
RGB Variations
Color information
#8115D0 (or 0x8115D0) is known color: Blue Violet. HEX triplet: 81, 15 and D0. RGB value is (129,21,208). Sum of RGB (Red+Green+Blue) = 129+21+208=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #8115D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115D0 is #7EEA2F. Grayscale: #494949. Windows color (decimal): -8317488 or 13636993. OLE color: 13636993.
HSL color Cylindrical-coordinate representation of color #8115D0: hue angle of 274.65º 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 #8115D0 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 21 | 208 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.18 |
| HSL | 274.65º | 0.82% | 0.45% | - |
| HSV(B) | 274.65º | 0.9% | 0.82% | - |
| XYZ | 20.71 | 9.76 | 60.47 | - |
| YUV | 74.61 | 203.28 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 208 | 0.38 | 0.90 | 0 | 0.18 | 274.65 | 0.82 | 0.45 |
| Hex | 81 | 15 | D0 | 26 | 5A | 0 | 12 | 113 | 52 | 2D |
| Octal | 201 | 25 | 320 | 46 | 132 | 0 | 22 | 423 | 122 | 55 |
| Binary | 10000001 | 10101 | 11010000 | 100110 | 1011010 | 0 | 10010 | 100010011 | 1010010 | 101101 |
Color Harmonies of #8115D0
Complementary color
Monochromatic Colors of #8115D0
Black with #8115D0
Text Example
Text Example
White with #8115D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115D0; }
p { color: rgb(129,21,208); }
H1.HeaderClassName
{
color: #8115D0;
}
.AnyTagClassName
{
color: #8115D0;
}
</style>
background-color css
<style>
a { background-color: #8115D0; }
a { background-color: rgb(129,21,208); }
div.DivClassName
{
background-color: #8115D0;
}
.BgClassName
{
background-color: #8115D0;
}
</style>
border-color css
<style>
span { border-color: #8115D0; }
span { border-color: rgb(129,21,208); }
td.TdClassName
{
border-color: #8115D0;
}
.TagClassName
{
border-color: #8115D0;
}
</style>