Shades of Blue Violet #862FDC
Tints of Blue Violet #862FDC
RGB
CMYK
RGB Variations
Color information
#862FDC (or 0x862FDC) is known color: Blue Violet. HEX triplet: 86, 2F and DC. RGB value is (134,47,220). Sum of RGB (Red+Green+Blue) = 134+47+220=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #862FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FDC is #79D023. Grayscale: #5C5C5C. Windows color (decimal): -7983140 or 14430086. OLE color: 14430086.
HSL color Cylindrical-coordinate representation of color #862FDC: hue angle of 270.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #862FDC is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 47 | 220 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.14 |
| HSL | 270.17º | 0.71% | 0.52% | - |
| HSV(B) | 270.17º | 0.79% | 0.86% | - |
| XYZ | 23.77 | 12.27 | 68.83 | - |
| YUV | 92.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 220 | 0.39 | 0.79 | 0 | 0.14 | 270.17 | 0.71 | 0.52 |
| Hex | 86 | 2F | DC | 27 | 4F | 0 | E | 10E | 47 | 34 |
| Octal | 206 | 57 | 334 | 47 | 117 | 0 | 16 | 416 | 107 | 64 |
| Binary | 10000110 | 101111 | 11011100 | 100111 | 1001111 | 0 | 1110 | 100001110 | 1000111 | 110100 |
Color Harmonies of #862FDC
Complementary color
Monochromatic Colors of #862FDC
Black with #862FDC
Text Example
Text Example
White with #862FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862FDC; }
p { color: rgb(134,47,220); }
H1.HeaderClassName
{
color: #862FDC;
}
.AnyTagClassName
{
color: #862FDC;
}
</style>
background-color css
<style>
a { background-color: #862FDC; }
a { background-color: rgb(134,47,220); }
div.DivClassName
{
background-color: #862FDC;
}
.BgClassName
{
background-color: #862FDC;
}
</style>
border-color css
<style>
span { border-color: #862FDC; }
span { border-color: rgb(134,47,220); }
td.TdClassName
{
border-color: #862FDC;
}
.TagClassName
{
border-color: #862FDC;
}
</style>