Shades of Blue Violet #8128DD
Tints of Blue Violet #8128DD
RGB
CMYK
RGB Variations
Color information
#8128DD (or 0x8128DD) is known color: Blue Violet. HEX triplet: 81, 28 and DD. RGB value is (129,40,221). Sum of RGB (Red+Green+Blue) = 129+40+221=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #8128DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128DD is #7ED722. Grayscale: #565656. Windows color (decimal): -8312611 or 14493825. OLE color: 14493825.
HSL color Cylindrical-coordinate representation of color #8128DD: hue angle of 269.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8128DD is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 40 | 221 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.13 |
| HSL | 269.5º | 0.73% | 0.51% | - |
| HSV(B) | 269.5º | 0.82% | 0.87% | - |
| XYZ | 22.86 | 11.41 | 69.4 | - |
| YUV | 87.25 | 203.49 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 221 | 0.42 | 0.82 | 0 | 0.13 | 269.5 | 0.73 | 0.51 |
| Hex | 81 | 28 | DD | 2A | 52 | 0 | D | 10E | 49 | 33 |
| Octal | 201 | 50 | 335 | 52 | 122 | 0 | 15 | 416 | 111 | 63 |
| Binary | 10000001 | 101000 | 11011101 | 101010 | 1010010 | 0 | 1101 | 100001110 | 1001001 | 110011 |
Color Harmonies of #8128DD
Complementary color
Monochromatic Colors of #8128DD
Black with #8128DD
Text Example
Text Example
White with #8128DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8128DD; }
p { color: rgb(129,40,221); }
H1.HeaderClassName
{
color: #8128DD;
}
.AnyTagClassName
{
color: #8128DD;
}
</style>
background-color css
<style>
a { background-color: #8128DD; }
a { background-color: rgb(129,40,221); }
div.DivClassName
{
background-color: #8128DD;
}
.BgClassName
{
background-color: #8128DD;
}
</style>
border-color css
<style>
span { border-color: #8128DD; }
span { border-color: rgb(129,40,221); }
td.TdClassName
{
border-color: #8128DD;
}
.TagClassName
{
border-color: #8128DD;
}
</style>