Shades of Blue Violet #862CFD
Tints of Blue Violet #862CFD
RGB
CMYK
RGB Variations
Color information
#862CFD (or 0x862CFD) is known color: Blue Violet. HEX triplet: 86, 2C and FD. RGB value is (134,44,253). Sum of RGB (Red+Green+Blue) = 134+44+253=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #862CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862CFD is #79D302. Grayscale: #5D5D5D. Windows color (decimal): -7983875 or 16592006. OLE color: 16592006.
HSL color Cylindrical-coordinate representation of color #862CFD: hue angle of 265.84º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #862CFD is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 44 | 253 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.01 |
| HSL | 265.84º | 0.98% | 0.58% | - |
| HSV(B) | 265.84º | 0.83% | 0.99% | - |
| XYZ | 28.46 | 13.96 | 94.12 | - |
| YUV | 94.74 | 217.32 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 253 | 0.47 | 0.83 | 0 | 0.01 | 265.84 | 0.98 | 0.58 |
| Hex | 86 | 2C | FD | 2F | 53 | 0 | 1 | 10A | 62 | 3A |
| Octal | 206 | 54 | 375 | 57 | 123 | 0 | 1 | 412 | 142 | 72 |
| Binary | 10000110 | 101100 | 11111101 | 101111 | 1010011 | 0 | 1 | 100001010 | 1100010 | 111010 |
Color Harmonies of #862CFD
Complementary color
Monochromatic Colors of #862CFD
Black with #862CFD
Text Example
Text Example
White with #862CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862CFD; }
p { color: rgb(134,44,253); }
H1.HeaderClassName
{
color: #862CFD;
}
.AnyTagClassName
{
color: #862CFD;
}
</style>
background-color css
<style>
a { background-color: #862CFD; }
a { background-color: rgb(134,44,253); }
div.DivClassName
{
background-color: #862CFD;
}
.BgClassName
{
background-color: #862CFD;
}
</style>
border-color css
<style>
span { border-color: #862CFD; }
span { border-color: rgb(134,44,253); }
td.TdClassName
{
border-color: #862CFD;
}
.TagClassName
{
border-color: #862CFD;
}
</style>