#871BEE

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

Shades of Blue Violet #871BEE

Tints of Blue Violet #871BEE

Color information

#871BEE (or 0x871BEE) is unknown color: approx Blue Violet. HEX triplet: 87, 1B and EE. RGB value is (135,27,238). Sum of RGB (Red+Green+Blue) = 135+27+238=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #871BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871BEE is #78E411. Grayscale: #525252. Windows color (decimal): -7922706 or 15604615. OLE color: 15604615.

HSL color Cylindrical-coordinate representation of color #871BEE: hue angle of 270.71º 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 #871BEE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13527238-
CMYK0.430.8900.07
HSL270.71º86.12%51.96%-
HSV(B)270.71º88.66%93.33%-
XYZ25.8212.1181.87-
YUV83.35215.28164.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 27 (10.94% from 255) = 6.75%
BLUE value IS 238 (93.36% from 255) = 59.5%
R=33.75%
G=6.75%
B=59.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal135272380.430.8900.07270.7186.1251.96
Hex871BEE2B590710f5634
Octal20733356531310741712664
Binary100001111101111101110101011101100101111000011111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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