Shades of Blue Violet #863CDA
Tints of Blue Violet #863CDA
RGB
CMYK
RGB Variations
Color information
#863CDA (or 0x863CDA) is known color: Blue Violet. HEX triplet: 86, 3C and DA. RGB value is (134,60,218). Sum of RGB (Red+Green+Blue) = 134+60+218=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #863CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CDA is #79C325. Grayscale: #636363. Windows color (decimal): -7979814 or 14302342. OLE color: 14302342.
HSL color Cylindrical-coordinate representation of color #863CDA: hue angle of 268.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863CDA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 60 | 218 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.15 |
| HSL | 268.1º | 0.68% | 0.55% | - |
| HSV(B) | 268.1º | 0.72% | 0.85% | - |
| XYZ | 24.1 | 13.36 | 67.64 | - |
| YUV | 100.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 218 | 0.39 | 0.72 | 0 | 0.15 | 268.1 | 0.68 | 0.55 |
| Hex | 86 | 3C | DA | 27 | 48 | 0 | F | 10C | 44 | 37 |
| Octal | 206 | 74 | 332 | 47 | 110 | 0 | 17 | 414 | 104 | 67 |
| Binary | 10000110 | 111100 | 11011010 | 100111 | 1001000 | 0 | 1111 | 100001100 | 1000100 | 110111 |
Color Harmonies of #863CDA
Complementary color
Monochromatic Colors of #863CDA
Black with #863CDA
Text Example
Text Example
White with #863CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CDA; }
p { color: rgb(134,60,218); }
H1.HeaderClassName
{
color: #863CDA;
}
.AnyTagClassName
{
color: #863CDA;
}
</style>
background-color css
<style>
a { background-color: #863CDA; }
a { background-color: rgb(134,60,218); }
div.DivClassName
{
background-color: #863CDA;
}
.BgClassName
{
background-color: #863CDA;
}
</style>
border-color css
<style>
span { border-color: #863CDA; }
span { border-color: rgb(134,60,218); }
td.TdClassName
{
border-color: #863CDA;
}
.TagClassName
{
border-color: #863CDA;
}
</style>