Shades of Blue Violet #8829DA
Tints of Blue Violet #8829DA
RGB
CMYK
RGB Variations
Color information
#8829DA (or 0x8829DA) is known color: Blue Violet. HEX triplet: 88, 29 and DA. RGB value is (136,41,218). Sum of RGB (Red+Green+Blue) = 136+41+218=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #8829DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829DA is #77D625. Grayscale: #585858. Windows color (decimal): -7853606 or 14297480. OLE color: 14297480.
HSL color Cylindrical-coordinate representation of color #8829DA: hue angle of 272.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8829DA is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 41 | 218 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.15 |
| HSL | 272.2º | 0.71% | 0.51% | - |
| HSV(B) | 272.2º | 0.81% | 0.85% | - |
| XYZ | 23.6 | 11.88 | 67.38 | - |
| YUV | 89.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 218 | 0.38 | 0.81 | 0 | 0.15 | 272.2 | 0.71 | 0.51 |
| Hex | 88 | 29 | DA | 26 | 51 | 0 | F | 110 | 47 | 33 |
| Octal | 210 | 51 | 332 | 46 | 121 | 0 | 17 | 420 | 107 | 63 |
| Binary | 10001000 | 101001 | 11011010 | 100110 | 1010001 | 0 | 1111 | 100010000 | 1000111 | 110011 |
Color Harmonies of #8829DA
Complementary color
Monochromatic Colors of #8829DA
Black with #8829DA
Text Example
Text Example
White with #8829DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829DA; }
p { color: rgb(136,41,218); }
H1.HeaderClassName
{
color: #8829DA;
}
.AnyTagClassName
{
color: #8829DA;
}
</style>
background-color css
<style>
a { background-color: #8829DA; }
a { background-color: rgb(136,41,218); }
div.DivClassName
{
background-color: #8829DA;
}
.BgClassName
{
background-color: #8829DA;
}
</style>
border-color css
<style>
span { border-color: #8829DA; }
span { border-color: rgb(136,41,218); }
td.TdClassName
{
border-color: #8829DA;
}
.TagClassName
{
border-color: #8829DA;
}
</style>