#871BFE

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

Shades of Blue Violet #871BFE

Tints of Blue Violet #871BFE

Color information

#871BFE (or 0x871BFE) is unknown color: approx Blue Violet. HEX triplet: 87, 1B and FE. RGB value is (135,27,254). Sum of RGB (Red+Green+Blue) = 135+27+254=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #871BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871BFE is #78E401. Grayscale: #545454. Windows color (decimal): -7922690 or 16653191. OLE color: 16653191.

HSL color Cylindrical-coordinate representation of color #871BFE: hue angle of 268.55º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871BFE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13527254-
CMYK0.470.8900.00
HSL268.55º99.13%55.1%-
HSV(B)268.55º89.37%99.61%-
XYZ28.2713.0994.8-
YUV85.17223.28163.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 27 (10.94% from 255) = 6.49%
BLUE value IS 254 (99.61% from 255) = 61.06%
R=32.45%
G=6.49%
B=61.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal135272540.470.8900.00268.5599.1355.1
Hex871BFE2F590010d6337
Octal20733376571310041514367
Binary1000011111011111111101011111011001001000011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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