Shades of Blue Violet #8620D0
Tints of Blue Violet #8620D0
RGB
CMYK
RGB Variations
Color information
#8620D0 (or 0x8620D0) is known color: Blue Violet. HEX triplet: 86, 20 and D0. RGB value is (134,32,208). Sum of RGB (Red+Green+Blue) = 134+32+208=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #8620D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620D0 is #79DF2F. Grayscale: #515151. Windows color (decimal): -7986992 or 13639814. OLE color: 13639814.
HSL color Cylindrical-coordinate representation of color #8620D0: hue angle of 274.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8620D0 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 32 | 208 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.18 |
| HSL | 274.77º | 0.73% | 0.47% | - |
| HSV(B) | 274.77º | 0.85% | 0.82% | - |
| XYZ | 21.73 | 10.66 | 60.59 | - |
| YUV | 82.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 208 | 0.36 | 0.85 | 0 | 0.18 | 274.77 | 0.73 | 0.47 |
| Hex | 86 | 20 | D0 | 24 | 55 | 0 | 12 | 113 | 49 | 2F |
| Octal | 206 | 40 | 320 | 44 | 125 | 0 | 22 | 423 | 111 | 57 |
| Binary | 10000110 | 100000 | 11010000 | 100100 | 1010101 | 0 | 10010 | 100010011 | 1001001 | 101111 |
Color Harmonies of #8620D0
Complementary color
Monochromatic Colors of #8620D0
Black with #8620D0
Text Example
Text Example
White with #8620D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8620D0; }
p { color: rgb(134,32,208); }
H1.HeaderClassName
{
color: #8620D0;
}
.AnyTagClassName
{
color: #8620D0;
}
</style>
background-color css
<style>
a { background-color: #8620D0; }
a { background-color: rgb(134,32,208); }
div.DivClassName
{
background-color: #8620D0;
}
.BgClassName
{
background-color: #8620D0;
}
</style>
border-color css
<style>
span { border-color: #8620D0; }
span { border-color: rgb(134,32,208); }
td.TdClassName
{
border-color: #8620D0;
}
.TagClassName
{
border-color: #8620D0;
}
</style>