Shades of Blue Violet #8632DB
Tints of Blue Violet #8632DB
RGB
CMYK
RGB Variations
Color information
#8632DB (or 0x8632DB) is known color: Blue Violet. HEX triplet: 86, 32 and DB. RGB value is (134,50,219). Sum of RGB (Red+Green+Blue) = 134+50+219=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #8632DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632DB is #79CD24. Grayscale: #5D5D5D. Windows color (decimal): -7982373 or 14365318. OLE color: 14365318.
HSL color Cylindrical-coordinate representation of color #8632DB: hue angle of 269.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8632DB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 50 | 219 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.14 |
| HSL | 269.82º | 0.7% | 0.53% | - |
| HSV(B) | 269.82º | 0.77% | 0.86% | - |
| XYZ | 23.76 | 12.46 | 68.17 | - |
| YUV | 94.38 | 198.33 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 219 | 0.39 | 0.77 | 0 | 0.14 | 269.82 | 0.7 | 0.53 |
| Hex | 86 | 32 | DB | 27 | 4D | 0 | E | 10E | 46 | 35 |
| Octal | 206 | 62 | 333 | 47 | 115 | 0 | 16 | 416 | 106 | 65 |
| Binary | 10000110 | 110010 | 11011011 | 100111 | 1001101 | 0 | 1110 | 100001110 | 1000110 | 110101 |
Color Harmonies of #8632DB
Complementary color
Monochromatic Colors of #8632DB
Black with #8632DB
Text Example
Text Example
White with #8632DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8632DB; }
p { color: rgb(134,50,219); }
H1.HeaderClassName
{
color: #8632DB;
}
.AnyTagClassName
{
color: #8632DB;
}
</style>
background-color css
<style>
a { background-color: #8632DB; }
a { background-color: rgb(134,50,219); }
div.DivClassName
{
background-color: #8632DB;
}
.BgClassName
{
background-color: #8632DB;
}
</style>
border-color css
<style>
span { border-color: #8632DB; }
span { border-color: rgb(134,50,219); }
td.TdClassName
{
border-color: #8632DB;
}
.TagClassName
{
border-color: #8632DB;
}
</style>