Shades of Blue Violet #8645DF
Tints of Blue Violet #8645DF
RGB
CMYK
RGB Variations
Color information
#8645DF (or 0x8645DF) is known color: Blue Violet. HEX triplet: 86, 45 and DF. RGB value is (134,69,223). Sum of RGB (Red+Green+Blue) = 134+69+223=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #8645DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8645DF is #79BA20. Grayscale: #696969. Windows color (decimal): -7977505 or 14632326. OLE color: 14632326.
HSL color Cylindrical-coordinate representation of color #8645DF: hue angle of 265.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8645DF is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 69 | 223 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.13 |
| HSL | 265.32º | 0.71% | 0.57% | - |
| HSV(B) | 265.32º | 0.69% | 0.87% | - |
| XYZ | 25.28 | 14.65 | 71.31 | - |
| YUV | 105.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 223 | 0.40 | 0.69 | 0 | 0.13 | 265.32 | 0.71 | 0.57 |
| Hex | 86 | 45 | DF | 28 | 45 | 0 | D | 109 | 47 | 39 |
| Octal | 206 | 105 | 337 | 50 | 105 | 0 | 15 | 411 | 107 | 71 |
| Binary | 10000110 | 1000101 | 11011111 | 101000 | 1000101 | 0 | 1101 | 100001001 | 1000111 | 111001 |
Color Harmonies of #8645DF
Complementary color
Monochromatic Colors of #8645DF
Black with #8645DF
Text Example
Text Example
White with #8645DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8645DF; }
p { color: rgb(134,69,223); }
H1.HeaderClassName
{
color: #8645DF;
}
.AnyTagClassName
{
color: #8645DF;
}
</style>
background-color css
<style>
a { background-color: #8645DF; }
a { background-color: rgb(134,69,223); }
div.DivClassName
{
background-color: #8645DF;
}
.BgClassName
{
background-color: #8645DF;
}
</style>
border-color css
<style>
span { border-color: #8645DF; }
span { border-color: rgb(134,69,223); }
td.TdClassName
{
border-color: #8645DF;
}
.TagClassName
{
border-color: #8645DF;
}
</style>