Shades of Blue Violet #8824DA
Tints of Blue Violet #8824DA
RGB
CMYK
RGB Variations
Color information
#8824DA (or 0x8824DA) is known color: Blue Violet. HEX triplet: 88, 24 and DA. RGB value is (136,36,218). Sum of RGB (Red+Green+Blue) = 136+36+218=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #8824DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824DA is #77DB25. Grayscale: #565656. Windows color (decimal): -7854886 or 14296200. OLE color: 14296200.
HSL color Cylindrical-coordinate representation of color #8824DA: hue angle of 272.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8824DA is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 36 | 218 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.15 |
| HSL | 272.97º | 0.72% | 0.5% | - |
| HSV(B) | 272.97º | 0.83% | 0.85% | - |
| XYZ | 23.44 | 11.56 | 67.33 | - |
| YUV | 86.65 | 202.13 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 218 | 0.38 | 0.83 | 0 | 0.15 | 272.97 | 0.72 | 0.5 |
| Hex | 88 | 24 | DA | 26 | 53 | 0 | F | 111 | 48 | 32 |
| Octal | 210 | 44 | 332 | 46 | 123 | 0 | 17 | 421 | 110 | 62 |
| Binary | 10001000 | 100100 | 11011010 | 100110 | 1010011 | 0 | 1111 | 100010001 | 1001000 | 110010 |
Color Harmonies of #8824DA
Complementary color
Monochromatic Colors of #8824DA
Black with #8824DA
Text Example
Text Example
White with #8824DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824DA; }
p { color: rgb(136,36,218); }
H1.HeaderClassName
{
color: #8824DA;
}
.AnyTagClassName
{
color: #8824DA;
}
</style>
background-color css
<style>
a { background-color: #8824DA; }
a { background-color: rgb(136,36,218); }
div.DivClassName
{
background-color: #8824DA;
}
.BgClassName
{
background-color: #8824DA;
}
</style>
border-color css
<style>
span { border-color: #8824DA; }
span { border-color: rgb(136,36,218); }
td.TdClassName
{
border-color: #8824DA;
}
.TagClassName
{
border-color: #8824DA;
}
</style>