Shades of Blue Violet #863ADC
Tints of Blue Violet #863ADC
RGB
CMYK
RGB Variations
Color information
#863ADC (or 0x863ADC) is known color: Blue Violet. HEX triplet: 86, 3A and DC. RGB value is (134,58,220). Sum of RGB (Red+Green+Blue) = 134+58+220=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #863ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ADC is #79C523. Grayscale: #626262. Windows color (decimal): -7980324 or 14432902. OLE color: 14432902.
HSL color Cylindrical-coordinate representation of color #863ADC: hue angle of 268.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863ADC is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 58 | 220 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.14 |
| HSL | 268.15º | 0.7% | 0.55% | - |
| HSV(B) | 268.15º | 0.74% | 0.86% | - |
| XYZ | 24.26 | 13.26 | 68.99 | - |
| YUV | 99.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 220 | 0.39 | 0.74 | 0 | 0.14 | 268.15 | 0.7 | 0.55 |
| Hex | 86 | 3A | DC | 27 | 4A | 0 | E | 10C | 46 | 37 |
| Octal | 206 | 72 | 334 | 47 | 112 | 0 | 16 | 414 | 106 | 67 |
| Binary | 10000110 | 111010 | 11011100 | 100111 | 1001010 | 0 | 1110 | 100001100 | 1000110 | 110111 |
Color Harmonies of #863ADC
Complementary color
Monochromatic Colors of #863ADC
Black with #863ADC
Text Example
Text Example
White with #863ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863ADC; }
p { color: rgb(134,58,220); }
H1.HeaderClassName
{
color: #863ADC;
}
.AnyTagClassName
{
color: #863ADC;
}
</style>
background-color css
<style>
a { background-color: #863ADC; }
a { background-color: rgb(134,58,220); }
div.DivClassName
{
background-color: #863ADC;
}
.BgClassName
{
background-color: #863ADC;
}
</style>
border-color css
<style>
span { border-color: #863ADC; }
span { border-color: rgb(134,58,220); }
td.TdClassName
{
border-color: #863ADC;
}
.TagClassName
{
border-color: #863ADC;
}
</style>