Shades of Blue Violet #8814DC
Tints of Blue Violet #8814DC
RGB
CMYK
RGB Variations
Color information
#8814DC (or 0x8814DC) is known color: Blue Violet. HEX triplet: 88, 14 and DC. RGB value is (136,20,220). Sum of RGB (Red+Green+Blue) = 136+20+220=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #8814DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814DC is #77EB23. Grayscale: #4C4C4C. Windows color (decimal): -7858980 or 14423176. OLE color: 14423176.
HSL color Cylindrical-coordinate representation of color #8814DC: hue angle of 274.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8814DC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 20 | 220 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.14 |
| HSL | 274.8º | 0.83% | 0.47% | - |
| HSV(B) | 274.8º | 0.91% | 0.86% | - |
| XYZ | 23.32 | 10.9 | 68.59 | - |
| YUV | 77.48 | 208.43 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 220 | 0.38 | 0.91 | 0 | 0.14 | 274.8 | 0.83 | 0.47 |
| Hex | 88 | 14 | DC | 26 | 5B | 0 | E | 113 | 53 | 2F |
| Octal | 210 | 24 | 334 | 46 | 133 | 0 | 16 | 423 | 123 | 57 |
| Binary | 10001000 | 10100 | 11011100 | 100110 | 1011011 | 0 | 1110 | 100010011 | 1010011 | 101111 |
Color Harmonies of #8814DC
Complementary color
Monochromatic Colors of #8814DC
Black with #8814DC
Text Example
Text Example
White with #8814DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814DC; }
p { color: rgb(136,20,220); }
H1.HeaderClassName
{
color: #8814DC;
}
.AnyTagClassName
{
color: #8814DC;
}
</style>
background-color css
<style>
a { background-color: #8814DC; }
a { background-color: rgb(136,20,220); }
div.DivClassName
{
background-color: #8814DC;
}
.BgClassName
{
background-color: #8814DC;
}
</style>
border-color css
<style>
span { border-color: #8814DC; }
span { border-color: rgb(136,20,220); }
td.TdClassName
{
border-color: #8814DC;
}
.TagClassName
{
border-color: #8814DC;
}
</style>