#861BEE

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

Shades of Blue Violet #861BEE

Tints of Blue Violet #861BEE

Color information

#861BEE (or 0x861BEE) is unknown color: approx Blue Violet. HEX triplet: 86, 1B and EE. RGB value is (134,27,238). Sum of RGB (Red+Green+Blue) = 134+27+238=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #861BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861BEE is #79E411. Grayscale: #525252. Windows color (decimal): -7988242 or 15604614. OLE color: 15604614.

HSL color Cylindrical-coordinate representation of color #861BEE: hue angle of 270.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861BEE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13427238-
CMYK0.440.8900.07
HSL270.43º86.12%51.96%-
HSV(B)270.43º88.66%93.33%-
XYZ25.6612.0381.86-
YUV83.05215.45164.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 27 (10.94% from 255) = 6.77%
BLUE value IS 238 (93.36% from 255) = 59.65%
R=33.58%
G=6.77%
B=59.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134272380.440.8900.07270.4386.1251.96
Hex861BEE2C590710e5634
Octal20633356541310741612664
Binary100001101101111101110101100101100101111000011101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,27,238); }

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

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

 a { background-color: rgb(134,27,238); }

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

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

 span { border-color: rgb(134,27,238); }

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