Shades of Blue Violet #8627DB
Tints of Blue Violet #8627DB
RGB
CMYK
RGB Variations
Color information
#8627DB (or 0x8627DB) is known color: Blue Violet. HEX triplet: 86, 27 and DB. RGB value is (134,39,219). Sum of RGB (Red+Green+Blue) = 134+39+219=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #8627DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627DB is #79D824. Grayscale: #575757. Windows color (decimal): -7985189 or 14362502. OLE color: 14362502.
HSL color Cylindrical-coordinate representation of color #8627DB: hue angle of 271.67º degrees, saturation: 0.71, 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 #8627DB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 39 | 219 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.14 |
| HSL | 271.67º | 0.71% | 0.51% | - |
| HSV(B) | 271.67º | 0.82% | 0.86% | - |
| XYZ | 23.34 | 11.63 | 68.03 | - |
| YUV | 87.93 | 201.97 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 219 | 0.39 | 0.82 | 0 | 0.14 | 271.67 | 0.71 | 0.51 |
| Hex | 86 | 27 | DB | 27 | 52 | 0 | E | 110 | 47 | 33 |
| Octal | 206 | 47 | 333 | 47 | 122 | 0 | 16 | 420 | 107 | 63 |
| Binary | 10000110 | 100111 | 11011011 | 100111 | 1010010 | 0 | 1110 | 100010000 | 1000111 | 110011 |
Color Harmonies of #8627DB
Complementary color
Monochromatic Colors of #8627DB
Black with #8627DB
Text Example
Text Example
White with #8627DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627DB; }
p { color: rgb(134,39,219); }
H1.HeaderClassName
{
color: #8627DB;
}
.AnyTagClassName
{
color: #8627DB;
}
</style>
background-color css
<style>
a { background-color: #8627DB; }
a { background-color: rgb(134,39,219); }
div.DivClassName
{
background-color: #8627DB;
}
.BgClassName
{
background-color: #8627DB;
}
</style>
border-color css
<style>
span { border-color: #8627DB; }
span { border-color: rgb(134,39,219); }
td.TdClassName
{
border-color: #8627DB;
}
.TagClassName
{
border-color: #8627DB;
}
</style>