#861ED1

Color #861ED1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #861ED1

Tints of Blue Violet #861ED1

Color information

#861ED1 (or 0x861ED1) is unknown color: approx Blue Violet. HEX triplet: 86, 1E and D1. RGB value is (134,30,209). Sum of RGB (Red+Green+Blue) = 134+30+209=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #861ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861ED1 is #79E12E. Grayscale: #505050. Windows color (decimal): -7987503 or 13704838. OLE color: 13704838.

HSL color Cylindrical-coordinate representation of color #861ED1: hue angle of 274.86º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861ED1 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13430209-
CMYK0.360.8600.18
HSL274.86º74.9%46.86%-
HSV(B)274.86º85.65%81.96%-
XYZ21.810.661.22-
YUV81.5199.96165.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 209 (82.03% from 255) = 56.03%
R=35.92%
G=8.04%
B=56.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134302090.360.8600.18274.8674.946.86
Hex861ED124560121134b2f
Octal206363214412602242311357
Binary10000110111101101000110010010101100100101000100111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861ED1; }

 p { color: rgb(134,30,209); }

 H1.HeaderClassName
 {
   color: #861ED1;
 }
 .AnyTagClassName
 {
   color: #861ED1;
 }
</style>
background-color css

<style>
 a { background-color: #861ED1; }

 a { background-color: rgb(134,30,209); }

 div.DivClassName
 {
   background-color: #861ED1;
 }
 .BgClassName
 {
   background-color: #861ED1;
 }
</style>
border-color css

<style>
 span { border-color: #861ED1; }

 span { border-color: rgb(134,30,209); }

 td.TdClassName
 {
   border-color: #861ED1;
 }
 .TagClassName
 {
   border-color: #861ED1;
 }
</style>