Shades of Blue Violet #8128DA
Tints of Blue Violet #8128DA
RGB
CMYK
RGB Variations
Color information
#8128DA (or 0x8128DA) is known color: Blue Violet. HEX triplet: 81, 28 and DA. RGB value is (129,40,218). Sum of RGB (Red+Green+Blue) = 129+40+218=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #8128DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128DA is #7ED725. Grayscale: #565656. Windows color (decimal): -8312614 or 14297217. OLE color: 14297217.
HSL color Cylindrical-coordinate representation of color #8128DA: hue angle of 270º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8128DA is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 40 | 218 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.15 |
| HSL | 270º | 0.71% | 0.51% | - |
| HSV(B) | 270º | 0.82% | 0.85% | - |
| XYZ | 22.47 | 11.25 | 67.32 | - |
| YUV | 86.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 218 | 0.41 | 0.82 | 0 | 0.15 | 270 | 0.71 | 0.51 |
| Hex | 81 | 28 | DA | 29 | 52 | 0 | F | 10E | 47 | 33 |
| Octal | 201 | 50 | 332 | 51 | 122 | 0 | 17 | 416 | 107 | 63 |
| Binary | 10000001 | 101000 | 11011010 | 101001 | 1010010 | 0 | 1111 | 100001110 | 1000111 | 110011 |
Color Harmonies of #8128DA
Complementary color
Monochromatic Colors of #8128DA
Black with #8128DA
Text Example
Text Example
White with #8128DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8128DA; }
p { color: rgb(129,40,218); }
H1.HeaderClassName
{
color: #8128DA;
}
.AnyTagClassName
{
color: #8128DA;
}
</style>
background-color css
<style>
a { background-color: #8128DA; }
a { background-color: rgb(129,40,218); }
div.DivClassName
{
background-color: #8128DA;
}
.BgClassName
{
background-color: #8128DA;
}
</style>
border-color css
<style>
span { border-color: #8128DA; }
span { border-color: rgb(129,40,218); }
td.TdClassName
{
border-color: #8128DA;
}
.TagClassName
{
border-color: #8128DA;
}
</style>