Shades of Blue Violet #8620DB
Tints of Blue Violet #8620DB
RGB
CMYK
RGB Variations
Color information
#8620DB (or 0x8620DB) is known color: Blue Violet. HEX triplet: 86, 20 and DB. RGB value is (134,32,219). Sum of RGB (Red+Green+Blue) = 134+32+219=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #8620DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620DB is #79DF24. Grayscale: #535353. Windows color (decimal): -7986981 or 14360710. OLE color: 14360710.
HSL color Cylindrical-coordinate representation of color #8620DB: hue angle of 272.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8620DB is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 32 | 219 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.14 |
| HSL | 272.73º | 0.75% | 0.49% | - |
| HSV(B) | 272.73º | 0.85% | 0.86% | - |
| XYZ | 23.13 | 11.22 | 67.96 | - |
| YUV | 83.82 | 204.29 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 219 | 0.39 | 0.85 | 0 | 0.14 | 272.73 | 0.75 | 0.49 |
| Hex | 86 | 20 | DB | 27 | 55 | 0 | E | 111 | 4B | 31 |
| Octal | 206 | 40 | 333 | 47 | 125 | 0 | 16 | 421 | 113 | 61 |
| Binary | 10000110 | 100000 | 11011011 | 100111 | 1010101 | 0 | 1110 | 100010001 | 1001011 | 110001 |
Color Harmonies of #8620DB
Complementary color
Monochromatic Colors of #8620DB
Black with #8620DB
Text Example
Text Example
White with #8620DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8620DB; }
p { color: rgb(134,32,219); }
H1.HeaderClassName
{
color: #8620DB;
}
.AnyTagClassName
{
color: #8620DB;
}
</style>
background-color css
<style>
a { background-color: #8620DB; }
a { background-color: rgb(134,32,219); }
div.DivClassName
{
background-color: #8620DB;
}
.BgClassName
{
background-color: #8620DB;
}
</style>
border-color css
<style>
span { border-color: #8620DB; }
span { border-color: rgb(134,32,219); }
td.TdClassName
{
border-color: #8620DB;
}
.TagClassName
{
border-color: #8620DB;
}
</style>