Shades of Blue Violet #8617DC
Tints of Blue Violet #8617DC
RGB
CMYK
RGB Variations
Color information
#8617DC (or 0x8617DC) is known color: Blue Violet. HEX triplet: 86, 17 and DC. RGB value is (134,23,220). Sum of RGB (Red+Green+Blue) = 134+23+220=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #8617DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8617DC is #79E823. Grayscale: #4D4D4D. Windows color (decimal): -7989284 or 14423942. OLE color: 14423942.
HSL color Cylindrical-coordinate representation of color #8617DC: hue angle of 273.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8617DC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 23 | 220 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.14 |
| HSL | 273.81º | 0.81% | 0.48% | - |
| HSV(B) | 273.81º | 0.9% | 0.86% | - |
| XYZ | 23.06 | 10.85 | 68.59 | - |
| YUV | 78.65 | 207.77 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 220 | 0.39 | 0.90 | 0 | 0.14 | 273.81 | 0.81 | 0.48 |
| Hex | 86 | 17 | DC | 27 | 5A | 0 | E | 112 | 51 | 30 |
| Octal | 206 | 27 | 334 | 47 | 132 | 0 | 16 | 422 | 121 | 60 |
| Binary | 10000110 | 10111 | 11011100 | 100111 | 1011010 | 0 | 1110 | 100010010 | 1010001 | 110000 |
Color Harmonies of #8617DC
Complementary color
Monochromatic Colors of #8617DC
Black with #8617DC
Text Example
Text Example
White with #8617DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8617DC; }
p { color: rgb(134,23,220); }
H1.HeaderClassName
{
color: #8617DC;
}
.AnyTagClassName
{
color: #8617DC;
}
</style>
background-color css
<style>
a { background-color: #8617DC; }
a { background-color: rgb(134,23,220); }
div.DivClassName
{
background-color: #8617DC;
}
.BgClassName
{
background-color: #8617DC;
}
</style>
border-color css
<style>
span { border-color: #8617DC; }
span { border-color: rgb(134,23,220); }
td.TdClassName
{
border-color: #8617DC;
}
.TagClassName
{
border-color: #8617DC;
}
</style>