Shades of Blue Violet #8128D9
Tints of Blue Violet #8128D9
RGB
CMYK
RGB Variations
Color information
#8128D9 (or 0x8128D9) is known color: Blue Violet. HEX triplet: 81, 28 and D9. RGB value is (129,40,217). Sum of RGB (Red+Green+Blue) = 129+40+217=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #8128D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128D9 is #7ED726. Grayscale: #565656. Windows color (decimal): -8312615 or 14231681. OLE color: 14231681.
HSL color Cylindrical-coordinate representation of color #8128D9: hue angle of 270.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8128D9 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 40 | 217 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.15 |
| HSL | 270.17º | 0.7% | 0.5% | - |
| HSV(B) | 270.17º | 0.82% | 0.85% | - |
| XYZ | 22.34 | 11.19 | 66.63 | - |
| YUV | 86.79 | 201.49 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 217 | 0.41 | 0.82 | 0 | 0.15 | 270.17 | 0.7 | 0.5 |
| Hex | 81 | 28 | D9 | 29 | 52 | 0 | F | 10E | 46 | 32 |
| Octal | 201 | 50 | 331 | 51 | 122 | 0 | 17 | 416 | 106 | 62 |
| Binary | 10000001 | 101000 | 11011001 | 101001 | 1010010 | 0 | 1111 | 100001110 | 1000110 | 110010 |
Color Harmonies of #8128D9
Complementary color
Monochromatic Colors of #8128D9
Black with #8128D9
Text Example
Text Example
White with #8128D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8128D9; }
p { color: rgb(129,40,217); }
H1.HeaderClassName
{
color: #8128D9;
}
.AnyTagClassName
{
color: #8128D9;
}
</style>
background-color css
<style>
a { background-color: #8128D9; }
a { background-color: rgb(129,40,217); }
div.DivClassName
{
background-color: #8128D9;
}
.BgClassName
{
background-color: #8128D9;
}
</style>
border-color css
<style>
span { border-color: #8128D9; }
span { border-color: rgb(129,40,217); }
td.TdClassName
{
border-color: #8128D9;
}
.TagClassName
{
border-color: #8128D9;
}
</style>