#871edf

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

Shades of Blue Violet #871EDF

Tints of Blue Violet #871EDF

Color information

#871EDF (or 0x871EDF) is unknown color: approx Blue Violet. HEX triplet: 87, 1E and DF. RGB value is (135,30,223). Sum of RGB (Red+Green+Blue) = 135+30+223=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #871EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDF is #78E120. Grayscale: #525252. Windows color (decimal): -7921953 or 14622343. OLE color: 14622343.

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

Color convert

RGB13530223-
CMYK0.390.8700.13
HSL272.64º76.28%49.61%-
HSV(B)272.64º86.55%87.45%-
XYZ23.7811.4170.76-
YUV83.4206.79164.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 30 (12.11% from 255) = 7.73%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=34.79%
G=7.73%
B=57.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135302230.390.8700.13272.6476.2849.61
Hex871EDF27570D1114c32
Octal207363374712701542111462
Binary1000011111110110111111001111010111011011000100011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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