Shades of Blue Violet #8714DC
Tints of Blue Violet #8714DC
RGB
CMYK
RGB Variations
Color information
#8714DC (or 0x8714DC) is known color: Blue Violet. HEX triplet: 87, 14 and DC. RGB value is (135,20,220). Sum of RGB (Red+Green+Blue) = 135+20+220=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #8714DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8714DC is #78EB23. Grayscale: #4C4C4C. Windows color (decimal): -7924516 or 14423175. OLE color: 14423175.
HSL color Cylindrical-coordinate representation of color #8714DC: hue angle of 274.5º 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 #8714DC is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 20 | 220 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.14 |
| HSL | 274.5º | 0.83% | 0.47% | - |
| HSV(B) | 274.5º | 0.91% | 0.86% | - |
| XYZ | 23.16 | 10.82 | 68.58 | - |
| YUV | 77.19 | 208.6 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 220 | 0.39 | 0.91 | 0 | 0.14 | 274.5 | 0.83 | 0.47 |
| Hex | 87 | 14 | DC | 27 | 5B | 0 | E | 112 | 53 | 2F |
| Octal | 207 | 24 | 334 | 47 | 133 | 0 | 16 | 422 | 123 | 57 |
| Binary | 10000111 | 10100 | 11011100 | 100111 | 1011011 | 0 | 1110 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8714DC
Complementary color
Monochromatic Colors of #8714DC
Black with #8714DC
Text Example
Text Example
White with #8714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8714DC; }
p { color: rgb(135,20,220); }
H1.HeaderClassName
{
color: #8714DC;
}
.AnyTagClassName
{
color: #8714DC;
}
</style>
background-color css
<style>
a { background-color: #8714DC; }
a { background-color: rgb(135,20,220); }
div.DivClassName
{
background-color: #8714DC;
}
.BgClassName
{
background-color: #8714DC;
}
</style>
border-color css
<style>
span { border-color: #8714DC; }
span { border-color: rgb(135,20,220); }
td.TdClassName
{
border-color: #8714DC;
}
.TagClassName
{
border-color: #8714DC;
}
</style>