Html Css Color HEX #871EDB Blue Violet

📋 copy color: '#871EDB'

red 135 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #871EDB

Tints of Blue Violet #871EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 35.16%
G = 7.81%
B = 57.03%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#871EDB (or 0x871EDB) is known color: Blue Violet. HEX triplet: 87, 1E and DB. RGB value is (135,30,219). Sum of RGB (Red+Green+Blue) = 135+30+219=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #871EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDB is #78E124. Grayscale: #525252. Windows color (decimal): -7921957 or 14360199. OLE color: 14360199.

HSL color Cylindrical-coordinate representation of color #871EDB: hue angle of 273.33º 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 #871EDB is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 30 219 -
CMYK 0.38 0.86 0 0.14
HSL 273.33º 0.76% 0.49% -
HSV(B) 273.33º 0.86% 0.86% -
XYZ 23.24 11.19 67.95 -
YUV 82.94 204.79 165.13 -
System Red Green Blue C M Y K H S L
Decimal 135 30 219 0.38 0.86 0 0.14 273.33 0.76 0.49
Hex 87 1E DB 26 56 0 E 111 4C 31
Octal 207 36 333 46 126 0 16 421 114 61
Binary 10000111 11110 11011011 100110 1010110 0 1110 100010001 1001100 110001

Color Harmonies of #871EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EDB

Black with #871EDB

Text Example


Text Example

White with #871EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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