Shades of Blue Violet #8627DC
Tints of Blue Violet #8627DC
RGB
CMYK
RGB Variations
Color information
#8627DC (or 0x8627DC) is known color: Blue Violet. HEX triplet: 86, 27 and DC. RGB value is (134,39,220). Sum of RGB (Red+Green+Blue) = 134+39+220=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #8627DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627DC is #79D823. Grayscale: #575757. Windows color (decimal): -7985188 or 14428038. OLE color: 14428038.
HSL color Cylindrical-coordinate representation of color #8627DC: hue angle of 271.49º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8627DC is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 39 | 220 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.14 |
| HSL | 271.49º | 0.72% | 0.51% | - |
| HSV(B) | 271.49º | 0.82% | 0.86% | - |
| XYZ | 23.48 | 11.69 | 68.73 | - |
| YUV | 88.04 | 202.47 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 220 | 0.39 | 0.82 | 0 | 0.14 | 271.49 | 0.72 | 0.51 |
| Hex | 86 | 27 | DC | 27 | 52 | 0 | E | 10F | 48 | 33 |
| Octal | 206 | 47 | 334 | 47 | 122 | 0 | 16 | 417 | 110 | 63 |
| Binary | 10000110 | 100111 | 11011100 | 100111 | 1010010 | 0 | 1110 | 100001111 | 1001000 | 110011 |
Color Harmonies of #8627DC
Complementary color
Monochromatic Colors of #8627DC
Black with #8627DC
Text Example
Text Example
White with #8627DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627DC; }
p { color: rgb(134,39,220); }
H1.HeaderClassName
{
color: #8627DC;
}
.AnyTagClassName
{
color: #8627DC;
}
</style>
background-color css
<style>
a { background-color: #8627DC; }
a { background-color: rgb(134,39,220); }
div.DivClassName
{
background-color: #8627DC;
}
.BgClassName
{
background-color: #8627DC;
}
</style>
border-color css
<style>
span { border-color: #8627DC; }
span { border-color: rgb(134,39,220); }
td.TdClassName
{
border-color: #8627DC;
}
.TagClassName
{
border-color: #8627DC;
}
</style>