#871CD0

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

Shades of Blue Violet #871CD0

Tints of Blue Violet #871CD0

Color information

#871CD0 (or 0x871CD0) is unknown color: approx Blue Violet. HEX triplet: 87, 1C and D0. RGB value is (135,28,208). Sum of RGB (Red+Green+Blue) = 135+28+208=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #871CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CD0 is #78E32F. Grayscale: #4F4F4F. Windows color (decimal): -7922480 or 13638791. OLE color: 13638791.

HSL color Cylindrical-coordinate representation of color #871CD0: hue angle of 275.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871CD0 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13528208-
CMYK0.350.8700.18
HSL275.67º76.27%46.27%-
HSV(B)275.67º86.54%81.57%-
XYZ21.7910.5460.56-
YUV80.51199.95166.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=36.39%
G=7.55%
B=56.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135282080.350.8700.18275.6776.2746.27
Hex871CD023570121144c2e
Octal207343204312702242411456
Binary10000111111001101000010001110101110100101000101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,208); }

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

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

 a { background-color: rgb(135,28,208); }

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

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

 span { border-color: rgb(135,28,208); }

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