#861AE6

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

Shades of Blue Violet #861AE6

Tints of Blue Violet #861AE6

Color information

#861AE6 (or 0x861AE6) is unknown color: approx Blue Violet. HEX triplet: 86, 1A and E6. RGB value is (134,26,230). Sum of RGB (Red+Green+Blue) = 134+26+230=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #861AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861AE6 is #79E519. Grayscale: #505050. Windows color (decimal): -7988506 or 15080070. OLE color: 15080070.

HSL color Cylindrical-coordinate representation of color #861AE6: hue angle of 271.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861AE6 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13426230-
CMYK0.420.8900.10
HSL271.76º80.31%50.2%-
HSV(B)271.76º88.7%90.2%-
XYZ24.4811.5275.8-
YUV81.55211.78165.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 26 (10.55% from 255) = 6.67%
BLUE value IS 230 (90.23% from 255) = 58.97%
R=34.36%
G=6.67%
B=58.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134262300.420.8900.10271.7680.3150.2
Hex861AE62A590A1105032
Octal206323465213101242012062
Binary1000011011010111001101010101011001010101000100001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,26,230); }

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

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

 a { background-color: rgb(134,26,230); }

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

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

 span { border-color: rgb(134,26,230); }

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