Shades of Blue Violet #863CDD
Tints of Blue Violet #863CDD
RGB
CMYK
RGB Variations
Color information
#863CDD (or 0x863CDD) is known color: Blue Violet. HEX triplet: 86, 3C and DD. RGB value is (134,60,221). Sum of RGB (Red+Green+Blue) = 134+60+221=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #863CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CDD is #79C322. Grayscale: #636363. Windows color (decimal): -7979811 or 14498950. OLE color: 14498950.
HSL color Cylindrical-coordinate representation of color #863CDD: hue angle of 267.58º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863CDD is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 60 | 221 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.13 |
| HSL | 267.58º | 0.7% | 0.55% | - |
| HSV(B) | 267.58º | 0.73% | 0.87% | - |
| XYZ | 24.5 | 13.52 | 69.73 | - |
| YUV | 100.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 221 | 0.39 | 0.73 | 0 | 0.13 | 267.58 | 0.7 | 0.55 |
| Hex | 86 | 3C | DD | 27 | 49 | 0 | D | 10C | 46 | 37 |
| Octal | 206 | 74 | 335 | 47 | 111 | 0 | 15 | 414 | 106 | 67 |
| Binary | 10000110 | 111100 | 11011101 | 100111 | 1001001 | 0 | 1101 | 100001100 | 1000110 | 110111 |
Color Harmonies of #863CDD
Complementary color
Monochromatic Colors of #863CDD
Black with #863CDD
Text Example
Text Example
White with #863CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CDD; }
p { color: rgb(134,60,221); }
H1.HeaderClassName
{
color: #863CDD;
}
.AnyTagClassName
{
color: #863CDD;
}
</style>
background-color css
<style>
a { background-color: #863CDD; }
a { background-color: rgb(134,60,221); }
div.DivClassName
{
background-color: #863CDD;
}
.BgClassName
{
background-color: #863CDD;
}
</style>
border-color css
<style>
span { border-color: #863CDD; }
span { border-color: rgb(134,60,221); }
td.TdClassName
{
border-color: #863CDD;
}
.TagClassName
{
border-color: #863CDD;
}
</style>