Shades of Blue Violet #8640D7
Tints of Blue Violet #8640D7
RGB
CMYK
RGB Variations
Color information
#8640D7 (or 0x8640D7) is known color: Blue Violet. HEX triplet: 86, 40 and D7. RGB value is (134,64,215). Sum of RGB (Red+Green+Blue) = 134+64+215=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #8640D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640D7 is #79BF28. Grayscale: #656565. Windows color (decimal): -7978793 or 14106758. OLE color: 14106758.
HSL color Cylindrical-coordinate representation of color #8640D7: hue angle of 267.81º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8640D7 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 64 | 215 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.16 |
| HSL | 267.81º | 0.65% | 0.55% | - |
| HSV(B) | 267.81º | 0.7% | 0.84% | - |
| XYZ | 23.93 | 13.64 | 65.66 | - |
| YUV | 102.14 | 191.69 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 215 | 0.38 | 0.70 | 0 | 0.16 | 267.81 | 0.65 | 0.55 |
| Hex | 86 | 40 | D7 | 26 | 46 | 0 | 10 | 10C | 41 | 37 |
| Octal | 206 | 100 | 327 | 46 | 106 | 0 | 20 | 414 | 101 | 67 |
| Binary | 10000110 | 1000000 | 11010111 | 100110 | 1000110 | 0 | 10000 | 100001100 | 1000001 | 110111 |
Color Harmonies of #8640D7
Complementary color
Monochromatic Colors of #8640D7
Black with #8640D7
Text Example
Text Example
White with #8640D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8640D7; }
p { color: rgb(134,64,215); }
H1.HeaderClassName
{
color: #8640D7;
}
.AnyTagClassName
{
color: #8640D7;
}
</style>
background-color css
<style>
a { background-color: #8640D7; }
a { background-color: rgb(134,64,215); }
div.DivClassName
{
background-color: #8640D7;
}
.BgClassName
{
background-color: #8640D7;
}
</style>
border-color css
<style>
span { border-color: #8640D7; }
span { border-color: rgb(134,64,215); }
td.TdClassName
{
border-color: #8640D7;
}
.TagClassName
{
border-color: #8640D7;
}
</style>