Shades of Blue Violet #8824D1
Tints of Blue Violet #8824D1
RGB
CMYK
RGB Variations
Color information
#8824D1 (or 0x8824D1) is known color: Blue Violet. HEX triplet: 88, 24 and D1. RGB value is (136,36,209). Sum of RGB (Red+Green+Blue) = 136+36+209=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #8824D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824D1 is #77DB2E. Grayscale: #555555. Windows color (decimal): -7854895 or 13706376. OLE color: 13706376.
HSL color Cylindrical-coordinate representation of color #8824D1: hue angle of 274.68º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8824D1 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 36 | 209 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.18 |
| HSL | 274.68º | 0.71% | 0.48% | - |
| HSV(B) | 274.68º | 0.83% | 0.82% | - |
| XYZ | 22.29 | 11.1 | 61.29 | - |
| YUV | 85.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 209 | 0.35 | 0.83 | 0 | 0.18 | 274.68 | 0.71 | 0.48 |
| Hex | 88 | 24 | D1 | 23 | 53 | 0 | 12 | 113 | 47 | 30 |
| Octal | 210 | 44 | 321 | 43 | 123 | 0 | 22 | 423 | 107 | 60 |
| Binary | 10001000 | 100100 | 11010001 | 100011 | 1010011 | 0 | 10010 | 100010011 | 1000111 | 110000 |
Color Harmonies of #8824D1
Complementary color
Monochromatic Colors of #8824D1
Black with #8824D1
Text Example
Text Example
White with #8824D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824D1; }
p { color: rgb(136,36,209); }
H1.HeaderClassName
{
color: #8824D1;
}
.AnyTagClassName
{
color: #8824D1;
}
</style>
background-color css
<style>
a { background-color: #8824D1; }
a { background-color: rgb(136,36,209); }
div.DivClassName
{
background-color: #8824D1;
}
.BgClassName
{
background-color: #8824D1;
}
</style>
border-color css
<style>
span { border-color: #8824D1; }
span { border-color: rgb(136,36,209); }
td.TdClassName
{
border-color: #8824D1;
}
.TagClassName
{
border-color: #8824D1;
}
</style>