#871FCE

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

Shades of Blue Violet #871FCE

Tints of Blue Violet #871FCE

Color information

#871FCE (or 0x871FCE) is unknown color: approx Blue Violet. HEX triplet: 87, 1F and CE. RGB value is (135,31,206). Sum of RGB (Red+Green+Blue) = 135+31+206=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #871FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FCE is #78E031. Grayscale: #515151. Windows color (decimal): -7921714 or 13508487. OLE color: 13508487.

HSL color Cylindrical-coordinate representation of color #871FCE: hue angle of 275.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871FCE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13531206-
CMYK0.340.8500.19
HSL275.66º73.84%46.47%-
HSV(B)275.66º84.95%80.78%-
XYZ21.6210.5959.3-
YUV82.05197.96165.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 31 (12.5% from 255) = 8.33%
BLUE value IS 206 (80.86% from 255) = 55.38%
R=36.29%
G=8.33%
B=55.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135312060.340.8500.19275.6673.8446.47
Hex871FCE22550131144a2e
Octal207373164212502342411256
Binary10000111111111100111010001010101010100111000101001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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