Shades of Blue Violet #862DDD
Tints of Blue Violet #862DDD
RGB
CMYK
RGB Variations
Color information
#862DDD (or 0x862DDD) is known color: Blue Violet. HEX triplet: 86, 2D and DD. RGB value is (134,45,221). Sum of RGB (Red+Green+Blue) = 134+45+221=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #862DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DDD is #79D222. Grayscale: #5B5B5B. Windows color (decimal): -7983651 or 14495110. OLE color: 14495110.
HSL color Cylindrical-coordinate representation of color #862DDD: hue angle of 270.34º degrees, saturation: 0.72, 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 #862DDD is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 45 | 221 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.13 |
| HSL | 270.34º | 0.72% | 0.52% | - |
| HSV(B) | 270.34º | 0.8% | 0.87% | - |
| XYZ | 23.82 | 12.17 | 69.5 | - |
| YUV | 91.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 221 | 0.39 | 0.80 | 0 | 0.13 | 270.34 | 0.72 | 0.52 |
| Hex | 86 | 2D | DD | 27 | 50 | 0 | D | 10E | 48 | 34 |
| Octal | 206 | 55 | 335 | 47 | 120 | 0 | 15 | 416 | 110 | 64 |
| Binary | 10000110 | 101101 | 11011101 | 100111 | 1010000 | 0 | 1101 | 100001110 | 1001000 | 110100 |
Color Harmonies of #862DDD
Complementary color
Monochromatic Colors of #862DDD
Black with #862DDD
Text Example
Text Example
White with #862DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DDD; }
p { color: rgb(134,45,221); }
H1.HeaderClassName
{
color: #862DDD;
}
.AnyTagClassName
{
color: #862DDD;
}
</style>
background-color css
<style>
a { background-color: #862DDD; }
a { background-color: rgb(134,45,221); }
div.DivClassName
{
background-color: #862DDD;
}
.BgClassName
{
background-color: #862DDD;
}
</style>
border-color css
<style>
span { border-color: #862DDD; }
span { border-color: rgb(134,45,221); }
td.TdClassName
{
border-color: #862DDD;
}
.TagClassName
{
border-color: #862DDD;
}
</style>