Html Css Color HEX #871EDC Blue Violet

📋 copy color: '#871EDC'

red 135 ◦ green 30 ◦ blue 220

#871EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #871EDC

Tints of Blue Violet #871EDC

RGB

 RED value IS 135 (53.13% from 255) = 35.06%

 GREEN value IS 30 (12.11% from 255) = 7.79%

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 35.06%
G = 7.79%
B = 57.14%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#871EDC (or 0x871EDC) is known color: Blue Violet. HEX triplet: 87, 1E and DC. RGB value is (135,30,220). Sum of RGB (Red+Green+Blue) = 135+30+220=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #871EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDC is #78E123. Grayscale: #525252. Windows color (decimal): -7921956 or 14425735. OLE color: 14425735.

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

Color convert

RGB 135 30 220 -
CMYK 0.39 0.86 0 0.14
HSL 273.16º 0.76% 0.49% -
HSV(B) 273.16º 0.86% 0.86% -
XYZ 23.37 11.25 68.65 -
YUV 83.06 205.29 165.05 -
System Red Green Blue C M Y K H S L
Decimal 135 30 220 0.39 0.86 0 0.14 273.16 0.76 0.49
Hex 87 1E DC 27 56 0 E 111 4C 31
Octal 207 36 334 47 126 0 16 421 114 61
Binary 10000111 11110 11011100 100111 1010110 0 1110 100010001 1001100 110001

Color Harmonies of #871EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EDC

Black with #871EDC

Text Example


Text Example

White with #871EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #871EDC;
 }
 .AnyTagClassName
 {
   color: #871EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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