Shades of Blue Violet #8819DC
Tints of Blue Violet #8819DC
RGB
CMYK
RGB Variations
Color information
#8819DC (or 0x8819DC) is known color: Blue Violet. HEX triplet: 88, 19 and DC. RGB value is (136,25,220). Sum of RGB (Red+Green+Blue) = 136+25+220=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #8819DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819DC is #77E623. Grayscale: #4F4F4F. Windows color (decimal): -7857700 or 14424456. OLE color: 14424456.
HSL color Cylindrical-coordinate representation of color #8819DC: hue angle of 274.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8819DC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 25 | 220 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.14 |
| HSL | 274.15º | 0.8% | 0.48% | - |
| HSV(B) | 274.15º | 0.89% | 0.86% | - |
| XYZ | 23.42 | 11.1 | 68.62 | - |
| YUV | 80.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 220 | 0.38 | 0.89 | 0 | 0.14 | 274.15 | 0.8 | 0.48 |
| Hex | 88 | 19 | DC | 26 | 59 | 0 | E | 112 | 50 | 30 |
| Octal | 210 | 31 | 334 | 46 | 131 | 0 | 16 | 422 | 120 | 60 |
| Binary | 10001000 | 11001 | 11011100 | 100110 | 1011001 | 0 | 1110 | 100010010 | 1010000 | 110000 |
Color Harmonies of #8819DC
Complementary color
Monochromatic Colors of #8819DC
Black with #8819DC
Text Example
Text Example
White with #8819DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8819DC; }
p { color: rgb(136,25,220); }
H1.HeaderClassName
{
color: #8819DC;
}
.AnyTagClassName
{
color: #8819DC;
}
</style>
background-color css
<style>
a { background-color: #8819DC; }
a { background-color: rgb(136,25,220); }
div.DivClassName
{
background-color: #8819DC;
}
.BgClassName
{
background-color: #8819DC;
}
</style>
border-color css
<style>
span { border-color: #8819DC; }
span { border-color: rgb(136,25,220); }
td.TdClassName
{
border-color: #8819DC;
}
.TagClassName
{
border-color: #8819DC;
}
</style>