Shades of Blue Violet #8823DC
Tints of Blue Violet #8823DC
RGB
CMYK
RGB Variations
Color information
#8823DC (or 0x8823DC) is known color: Blue Violet. HEX triplet: 88, 23 and DC. RGB value is (136,35,220). Sum of RGB (Red+Green+Blue) = 136+35+220=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #8823DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8823DC is #77DC23. Grayscale: #555555. Windows color (decimal): -7855140 or 14427016. OLE color: 14427016.
HSL color Cylindrical-coordinate representation of color #8823DC: hue angle of 272.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8823DC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 35 | 220 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.14 |
| HSL | 272.76º | 0.73% | 0.5% | - |
| HSV(B) | 272.76º | 0.84% | 0.86% | - |
| XYZ | 23.67 | 11.6 | 68.7 | - |
| YUV | 86.29 | 203.46 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 220 | 0.38 | 0.84 | 0 | 0.14 | 272.76 | 0.73 | 0.5 |
| Hex | 88 | 23 | DC | 26 | 54 | 0 | E | 111 | 49 | 32 |
| Octal | 210 | 43 | 334 | 46 | 124 | 0 | 16 | 421 | 111 | 62 |
| Binary | 10001000 | 100011 | 11011100 | 100110 | 1010100 | 0 | 1110 | 100010001 | 1001001 | 110010 |
Color Harmonies of #8823DC
Complementary color
Monochromatic Colors of #8823DC
Black with #8823DC
Text Example
Text Example
White with #8823DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8823DC; }
p { color: rgb(136,35,220); }
H1.HeaderClassName
{
color: #8823DC;
}
.AnyTagClassName
{
color: #8823DC;
}
</style>
background-color css
<style>
a { background-color: #8823DC; }
a { background-color: rgb(136,35,220); }
div.DivClassName
{
background-color: #8823DC;
}
.BgClassName
{
background-color: #8823DC;
}
</style>
border-color css
<style>
span { border-color: #8823DC; }
span { border-color: rgb(136,35,220); }
td.TdClassName
{
border-color: #8823DC;
}
.TagClassName
{
border-color: #8823DC;
}
</style>