Shades of Blue Violet #8642D1
Tints of Blue Violet #8642D1
RGB
CMYK
RGB Variations
Color information
#8642D1 (or 0x8642D1) is known color: Blue Violet. HEX triplet: 86, 42 and D1. RGB value is (134,66,209). Sum of RGB (Red+Green+Blue) = 134+66+209=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #8642D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642D1 is #79BD2E. Grayscale: #666666. Windows color (decimal): -7978287 or 13714054. OLE color: 13714054.
HSL color Cylindrical-coordinate representation of color #8642D1: hue angle of 268.53º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8642D1 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 66 | 209 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.18 |
| HSL | 268.53º | 0.61% | 0.54% | - |
| HSV(B) | 268.53º | 0.68% | 0.82% | - |
| XYZ | 23.29 | 13.57 | 61.71 | - |
| YUV | 102.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 209 | 0.36 | 0.68 | 0 | 0.18 | 268.53 | 0.61 | 0.54 |
| Hex | 86 | 42 | D1 | 24 | 44 | 0 | 12 | 10D | 3D | 36 |
| Octal | 206 | 102 | 321 | 44 | 104 | 0 | 22 | 415 | 75 | 66 |
| Binary | 10000110 | 1000010 | 11010001 | 100100 | 1000100 | 0 | 10010 | 100001101 | 111101 | 110110 |
Color Harmonies of #8642D1
Complementary color
Monochromatic Colors of #8642D1
Black with #8642D1
Text Example
Text Example
White with #8642D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642D1; }
p { color: rgb(134,66,209); }
H1.HeaderClassName
{
color: #8642D1;
}
.AnyTagClassName
{
color: #8642D1;
}
</style>
background-color css
<style>
a { background-color: #8642D1; }
a { background-color: rgb(134,66,209); }
div.DivClassName
{
background-color: #8642D1;
}
.BgClassName
{
background-color: #8642D1;
}
</style>
border-color css
<style>
span { border-color: #8642D1; }
span { border-color: rgb(134,66,209); }
td.TdClassName
{
border-color: #8642D1;
}
.TagClassName
{
border-color: #8642D1;
}
</style>