Shades of Blue Violet #861ECE
Tints of Blue Violet #861ECE
RGB
CMYK
RGB Variations
Color information
#861ECE (or 0x861ECE) is known color: Blue Violet. HEX triplet: 86, 1E and CE. RGB value is (134,30,206). Sum of RGB (Red+Green+Blue) = 134+30+206=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #861ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861ECE is #79E131. Grayscale: #505050. Windows color (decimal): -7987506 or 13508230. OLE color: 13508230.
HSL color Cylindrical-coordinate representation of color #861ECE: hue angle of 275.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861ECE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 30 | 206 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.19 |
| HSL | 275.45º | 0.75% | 0.46% | - |
| HSV(B) | 275.45º | 0.85% | 0.81% | - |
| XYZ | 21.44 | 10.45 | 59.28 | - |
| YUV | 81.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 206 | 0.35 | 0.85 | 0 | 0.19 | 275.45 | 0.75 | 0.46 |
| Hex | 86 | 1E | CE | 23 | 55 | 0 | 13 | 113 | 4B | 2E |
| Octal | 206 | 36 | 316 | 43 | 125 | 0 | 23 | 423 | 113 | 56 |
| Binary | 10000110 | 11110 | 11001110 | 100011 | 1010101 | 0 | 10011 | 100010011 | 1001011 | 101110 |
Color Harmonies of #861ECE
Complementary color
Monochromatic Colors of #861ECE
Black with #861ECE
Text Example
Text Example
White with #861ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861ECE; }
p { color: rgb(134,30,206); }
H1.HeaderClassName
{
color: #861ECE;
}
.AnyTagClassName
{
color: #861ECE;
}
</style>
background-color css
<style>
a { background-color: #861ECE; }
a { background-color: rgb(134,30,206); }
div.DivClassName
{
background-color: #861ECE;
}
.BgClassName
{
background-color: #861ECE;
}
</style>
border-color css
<style>
span { border-color: #861ECE; }
span { border-color: rgb(134,30,206); }
td.TdClassName
{
border-color: #861ECE;
}
.TagClassName
{
border-color: #861ECE;
}
</style>