Shades of Blue Violet #8615DC
Tints of Blue Violet #8615DC
RGB
CMYK
RGB Variations
Color information
#8615DC (or 0x8615DC) is known color: Blue Violet. HEX triplet: 86, 15 and DC. RGB value is (134,21,220). Sum of RGB (Red+Green+Blue) = 134+21+220=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 21 (8.59% from 255 or 5.6% 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 #8615DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615DC is #79EA23. Grayscale: #4C4C4C. Windows color (decimal): -7989796 or 14423430. OLE color: 14423430.
HSL color Cylindrical-coordinate representation of color #8615DC: hue angle of 274.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8615DC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 21 | 220 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.14 |
| HSL | 274.07º | 0.83% | 0.47% | - |
| HSV(B) | 274.07º | 0.9% | 0.86% | - |
| XYZ | 23.02 | 10.77 | 68.58 | - |
| YUV | 77.47 | 208.44 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 220 | 0.39 | 0.90 | 0 | 0.14 | 274.07 | 0.83 | 0.47 |
| Hex | 86 | 15 | DC | 27 | 5A | 0 | E | 112 | 53 | 2F |
| Octal | 206 | 25 | 334 | 47 | 132 | 0 | 16 | 422 | 123 | 57 |
| Binary | 10000110 | 10101 | 11011100 | 100111 | 1011010 | 0 | 1110 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8615DC
Complementary color
Monochromatic Colors of #8615DC
Black with #8615DC
Text Example
Text Example
White with #8615DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8615DC; }
p { color: rgb(134,21,220); }
H1.HeaderClassName
{
color: #8615DC;
}
.AnyTagClassName
{
color: #8615DC;
}
</style>
background-color css
<style>
a { background-color: #8615DC; }
a { background-color: rgb(134,21,220); }
div.DivClassName
{
background-color: #8615DC;
}
.BgClassName
{
background-color: #8615DC;
}
</style>
border-color css
<style>
span { border-color: #8615DC; }
span { border-color: rgb(134,21,220); }
td.TdClassName
{
border-color: #8615DC;
}
.TagClassName
{
border-color: #8615DC;
}
</style>