Shades of Blue Violet #8619DC
Tints of Blue Violet #8619DC
RGB
CMYK
RGB Variations
Color information
#8619DC (or 0x8619DC) is known color: Blue Violet. HEX triplet: 86, 19 and DC. RGB value is (134,25,220). Sum of RGB (Red+Green+Blue) = 134+25+220=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #8619DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619DC is #79E623. Grayscale: #4F4F4F. Windows color (decimal): -7988772 or 14424454. OLE color: 14424454.
HSL color Cylindrical-coordinate representation of color #8619DC: hue angle of 273.54º 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 #8619DC is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 25 | 220 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.14 |
| HSL | 273.54º | 0.8% | 0.48% | - |
| HSV(B) | 273.54º | 0.89% | 0.86% | - |
| XYZ | 23.1 | 10.93 | 68.6 | - |
| YUV | 79.82 | 207.11 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 220 | 0.39 | 0.89 | 0 | 0.14 | 273.54 | 0.8 | 0.48 |
| Hex | 86 | 19 | DC | 27 | 59 | 0 | E | 112 | 50 | 30 |
| Octal | 206 | 31 | 334 | 47 | 131 | 0 | 16 | 422 | 120 | 60 |
| Binary | 10000110 | 11001 | 11011100 | 100111 | 1011001 | 0 | 1110 | 100010010 | 1010000 | 110000 |
Color Harmonies of #8619DC
Complementary color
Monochromatic Colors of #8619DC
Black with #8619DC
Text Example
Text Example
White with #8619DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619DC; }
p { color: rgb(134,25,220); }
H1.HeaderClassName
{
color: #8619DC;
}
.AnyTagClassName
{
color: #8619DC;
}
</style>
background-color css
<style>
a { background-color: #8619DC; }
a { background-color: rgb(134,25,220); }
div.DivClassName
{
background-color: #8619DC;
}
.BgClassName
{
background-color: #8619DC;
}
</style>
border-color css
<style>
span { border-color: #8619DC; }
span { border-color: rgb(134,25,220); }
td.TdClassName
{
border-color: #8619DC;
}
.TagClassName
{
border-color: #8619DC;
}
</style>