Shades of Blue Violet #862CDF
Tints of Blue Violet #862CDF
RGB
CMYK
RGB Variations
Color information
#862CDF (or 0x862CDF) is known color: Blue Violet. HEX triplet: 86, 2C and DF. RGB value is (134,44,223). Sum of RGB (Red+Green+Blue) = 134+44+223=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #862CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CDF is #79D320. Grayscale: #5A5A5A. Windows color (decimal): -7983905 or 14625926. OLE color: 14625926.
HSL color Cylindrical-coordinate representation of color #862CDF: hue angle of 270.17º degrees, saturation: 0.74, 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 #862CDF is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 44 | 223 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.13 |
| HSL | 270.17º | 0.74% | 0.52% | - |
| HSV(B) | 270.17º | 0.8% | 0.87% | - |
| XYZ | 24.05 | 12.2 | 70.9 | - |
| YUV | 91.32 | 202.32 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 223 | 0.40 | 0.80 | 0 | 0.13 | 270.17 | 0.74 | 0.52 |
| Hex | 86 | 2C | DF | 28 | 50 | 0 | D | 10E | 4A | 34 |
| Octal | 206 | 54 | 337 | 50 | 120 | 0 | 15 | 416 | 112 | 64 |
| Binary | 10000110 | 101100 | 11011111 | 101000 | 1010000 | 0 | 1101 | 100001110 | 1001010 | 110100 |
Color Harmonies of #862CDF
Complementary color
Monochromatic Colors of #862CDF
Black with #862CDF
Text Example
Text Example
White with #862CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CDF; }
p { color: rgb(134,44,223); }
H1.HeaderClassName
{
color: #862CDF;
}
.AnyTagClassName
{
color: #862CDF;
}
</style>
background-color css
<style>
a { background-color: #862CDF; }
a { background-color: rgb(134,44,223); }
div.DivClassName
{
background-color: #862CDF;
}
.BgClassName
{
background-color: #862CDF;
}
</style>
border-color css
<style>
span { border-color: #862CDF; }
span { border-color: rgb(134,44,223); }
td.TdClassName
{
border-color: #862CDF;
}
.TagClassName
{
border-color: #862CDF;
}
</style>