Shades of Blue Violet #8820DF
Tints of Blue Violet #8820DF
RGB
CMYK
RGB Variations
Color information
#8820DF (or 0x8820DF) is known color: Blue Violet. HEX triplet: 88, 20 and DF. RGB value is (136,32,223). Sum of RGB (Red+Green+Blue) = 136+32+223=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #8820DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820DF is #77DF20. Grayscale: #545454. Windows color (decimal): -7855905 or 14622856. OLE color: 14622856.
HSL color Cylindrical-coordinate representation of color #8820DF: hue angle of 272.67º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8820DF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 32 | 223 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.13 |
| HSL | 272.67º | 0.75% | 0.5% | - |
| HSV(B) | 272.67º | 0.86% | 0.87% | - |
| XYZ | 23.99 | 11.59 | 70.79 | - |
| YUV | 84.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 223 | 0.39 | 0.86 | 0 | 0.13 | 272.67 | 0.75 | 0.5 |
| Hex | 88 | 20 | DF | 27 | 56 | 0 | D | 111 | 4B | 32 |
| Octal | 210 | 40 | 337 | 47 | 126 | 0 | 15 | 421 | 113 | 62 |
| Binary | 10001000 | 100000 | 11011111 | 100111 | 1010110 | 0 | 1101 | 100010001 | 1001011 | 110010 |
Color Harmonies of #8820DF
Complementary color
Monochromatic Colors of #8820DF
Black with #8820DF
Text Example
Text Example
White with #8820DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820DF; }
p { color: rgb(136,32,223); }
H1.HeaderClassName
{
color: #8820DF;
}
.AnyTagClassName
{
color: #8820DF;
}
</style>
background-color css
<style>
a { background-color: #8820DF; }
a { background-color: rgb(136,32,223); }
div.DivClassName
{
background-color: #8820DF;
}
.BgClassName
{
background-color: #8820DF;
}
</style>
border-color css
<style>
span { border-color: #8820DF; }
span { border-color: rgb(136,32,223); }
td.TdClassName
{
border-color: #8820DF;
}
.TagClassName
{
border-color: #8820DF;
}
</style>