Shades of Blue Violet #8632DC
Tints of Blue Violet #8632DC
RGB
CMYK
RGB Variations
Color information
#8632DC (or 0x8632DC) is known color: Blue Violet. HEX triplet: 86, 32 and DC. RGB value is (134,50,220). Sum of RGB (Red+Green+Blue) = 134+50+220=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #8632DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632DC is #79CD23. Grayscale: #5D5D5D. Windows color (decimal): -7982372 or 14430854. OLE color: 14430854.
HSL color Cylindrical-coordinate representation of color #8632DC: hue angle of 269.65º degrees, saturation: 0.71, 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 #8632DC is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 50 | 220 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.14 |
| HSL | 269.65º | 0.71% | 0.53% | - |
| HSV(B) | 269.65º | 0.77% | 0.86% | - |
| XYZ | 23.89 | 12.52 | 68.87 | - |
| YUV | 94.5 | 198.83 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 220 | 0.39 | 0.77 | 0 | 0.14 | 269.65 | 0.71 | 0.53 |
| Hex | 86 | 32 | DC | 27 | 4D | 0 | E | 10E | 47 | 35 |
| Octal | 206 | 62 | 334 | 47 | 115 | 0 | 16 | 416 | 107 | 65 |
| Binary | 10000110 | 110010 | 11011100 | 100111 | 1001101 | 0 | 1110 | 100001110 | 1000111 | 110101 |
Color Harmonies of #8632DC
Complementary color
Monochromatic Colors of #8632DC
Black with #8632DC
Text Example
Text Example
White with #8632DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8632DC; }
p { color: rgb(134,50,220); }
H1.HeaderClassName
{
color: #8632DC;
}
.AnyTagClassName
{
color: #8632DC;
}
</style>
background-color css
<style>
a { background-color: #8632DC; }
a { background-color: rgb(134,50,220); }
div.DivClassName
{
background-color: #8632DC;
}
.BgClassName
{
background-color: #8632DC;
}
</style>
border-color css
<style>
span { border-color: #8632DC; }
span { border-color: rgb(134,50,220); }
td.TdClassName
{
border-color: #8632DC;
}
.TagClassName
{
border-color: #8632DC;
}
</style>