Shades of Blue Violet #8634D2
Tints of Blue Violet #8634D2
RGB
CMYK
RGB Variations
Color information
#8634D2 (or 0x8634D2) is known color: Blue Violet. HEX triplet: 86, 34 and D2. RGB value is (134,52,210). Sum of RGB (Red+Green+Blue) = 134+52+210=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #8634D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8634D2 is #79CB2D. Grayscale: #5D5D5D. Windows color (decimal): -7981870 or 13776006. OLE color: 13776006.
HSL color Cylindrical-coordinate representation of color #8634D2: hue angle of 271.14º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8634D2 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 52 | 210 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.18 |
| HSL | 271.14º | 0.64% | 0.51% | - |
| HSV(B) | 271.14º | 0.75% | 0.82% | - |
| XYZ | 22.69 | 12.18 | 62.13 | - |
| YUV | 94.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 210 | 0.36 | 0.75 | 0 | 0.18 | 271.14 | 0.64 | 0.51 |
| Hex | 86 | 34 | D2 | 24 | 4B | 0 | 12 | 10F | 40 | 33 |
| Octal | 206 | 64 | 322 | 44 | 113 | 0 | 22 | 417 | 100 | 63 |
| Binary | 10000110 | 110100 | 11010010 | 100100 | 1001011 | 0 | 10010 | 100001111 | 1000000 | 110011 |
Color Harmonies of #8634D2
Complementary color
Monochromatic Colors of #8634D2
Black with #8634D2
Text Example
Text Example
White with #8634D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8634D2; }
p { color: rgb(134,52,210); }
H1.HeaderClassName
{
color: #8634D2;
}
.AnyTagClassName
{
color: #8634D2;
}
</style>
background-color css
<style>
a { background-color: #8634D2; }
a { background-color: rgb(134,52,210); }
div.DivClassName
{
background-color: #8634D2;
}
.BgClassName
{
background-color: #8634D2;
}
</style>
border-color css
<style>
span { border-color: #8634D2; }
span { border-color: rgb(134,52,210); }
td.TdClassName
{
border-color: #8634D2;
}
.TagClassName
{
border-color: #8634D2;
}
</style>