#871fe3

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

Shades of Blue Violet #871FE3

Tints of Blue Violet #871FE3

Color information

#871FE3 (or 0x871FE3) is unknown color: approx Blue Violet. HEX triplet: 87, 1F and E3. RGB value is (135,31,227). Sum of RGB (Red+Green+Blue) = 135+31+227=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #871FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FE3 is #78E01C. Grayscale: #535353. Windows color (decimal): -7921693 or 14884743. OLE color: 14884743.

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

Color convert

RGB13531227-
CMYK0.410.8600.11
HSL271.84º77.78%50.59%-
HSV(B)271.84º86.34%89.02%-
XYZ24.3511.6873.64-
YUV84.44208.46164.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 31 (12.5% from 255) = 7.89%
BLUE value IS 227 (89.06% from 255) = 57.76%
R=34.35%
G=7.89%
B=57.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal135312270.410.8600.11271.8477.7850.59
Hex871FE329560B1104e33
Octal207373435112601342011663
Binary1000011111111111000111010011010110010111000100001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871fe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,31,227); }

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

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

 a { background-color: rgb(135,31,227); }

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

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

 span { border-color: rgb(135,31,227); }

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