#871EDD

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

Shades of Blue Violet #871EDD

Tints of Blue Violet #871EDD

Color information

#871EDD (or 0x871EDD) is unknown color: approx Blue Violet. HEX triplet: 87, 1E and DD. RGB value is (135,30,221). Sum of RGB (Red+Green+Blue) = 135+30+221=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #871EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDD is #78E122. Grayscale: #525252. Windows color (decimal): -7921955 or 14491271. OLE color: 14491271.

HSL color Cylindrical-coordinate representation of color #871EDD: hue angle of 272.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871EDD is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13530221-
CMYK0.390.8600.13
HSL272.98º76.1%49.22%-
HSV(B)272.98º86.43%86.67%-
XYZ23.5111.369.35-
YUV83.17205.79164.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 30 (12.11% from 255) = 7.77%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=34.97%
G=7.77%
B=57.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135302210.390.8600.13272.9876.149.22
Hex871EDD27560D1114c31
Octal207363354712601542111461
Binary1000011111110110111011001111010110011011000100011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,30,221); }

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

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

 a { background-color: rgb(135,30,221); }

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

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

 span { border-color: rgb(135,30,221); }

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