#861ee2

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

Shades of Blue Violet #861EE2

Tints of Blue Violet #861EE2

Color information

#861EE2 (or 0x861EE2) is unknown color: approx Blue Violet. HEX triplet: 86, 1E and E2. RGB value is (134,30,226). Sum of RGB (Red+Green+Blue) = 134+30+226=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #861EE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861EE2 is #79E11D. Grayscale: #525252. Windows color (decimal): -7987486 or 14818950. OLE color: 14818950.

HSL color Cylindrical-coordinate representation of color #861EE2: hue angle of 271.84º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861EE2 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13430226-
CMYK0.410.8700.11
HSL271.84º77.17%50.2%-
HSV(B)271.84º86.73%88.63%-
XYZ24.0211.4972.9-
YUV83.44208.46164.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 30 (12.11% from 255) = 7.69%
BLUE value IS 226 (88.67% from 255) = 57.95%
R=34.36%
G=7.69%
B=57.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134302260.410.8700.11271.8477.1750.2
Hex861EE229570B1104d32
Octal206363425112701342011562
Binary1000011011110111000101010011010111010111000100001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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