Shades of Blue Violet #862CDE
Tints of Blue Violet #862CDE
RGB
CMYK
RGB Variations
Color information
#862CDE (or 0x862CDE) is known color: Blue Violet. HEX triplet: 86, 2C and DE. RGB value is (134,44,222). Sum of RGB (Red+Green+Blue) = 134+44+222=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #862CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CDE is #79D321. Grayscale: #5A5A5A. Windows color (decimal): -7983906 or 14560390. OLE color: 14560390.
HSL color Cylindrical-coordinate representation of color #862CDE: hue angle of 270.34º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862CDE is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 44 | 222 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.13 |
| HSL | 270.34º | 0.73% | 0.52% | - |
| HSV(B) | 270.34º | 0.8% | 0.87% | - |
| XYZ | 23.92 | 12.14 | 70.19 | - |
| YUV | 91.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 222 | 0.40 | 0.80 | 0 | 0.13 | 270.34 | 0.73 | 0.52 |
| Hex | 86 | 2C | DE | 28 | 50 | 0 | D | 10E | 49 | 34 |
| Octal | 206 | 54 | 336 | 50 | 120 | 0 | 15 | 416 | 111 | 64 |
| Binary | 10000110 | 101100 | 11011110 | 101000 | 1010000 | 0 | 1101 | 100001110 | 1001001 | 110100 |
Color Harmonies of #862CDE
Complementary color
Monochromatic Colors of #862CDE
Black with #862CDE
Text Example
Text Example
White with #862CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CDE; }
p { color: rgb(134,44,222); }
H1.HeaderClassName
{
color: #862CDE;
}
.AnyTagClassName
{
color: #862CDE;
}
</style>
background-color css
<style>
a { background-color: #862CDE; }
a { background-color: rgb(134,44,222); }
div.DivClassName
{
background-color: #862CDE;
}
.BgClassName
{
background-color: #862CDE;
}
</style>
border-color css
<style>
span { border-color: #862CDE; }
span { border-color: rgb(134,44,222); }
td.TdClassName
{
border-color: #862CDE;
}
.TagClassName
{
border-color: #862CDE;
}
</style>