Html Css Color HEX #871FDB Blue Violet

📋 copy color: '#871FDB'

red 135 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #871FDB

Tints of Blue Violet #871FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

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

R = 35.06%
G = 8.05%
B = 56.88%

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

#871FDB (or 0x871FDB) is known color: Blue Violet. HEX triplet: 87, 1F and DB. RGB value is (135,31,219). Sum of RGB (Red+Green+Blue) = 135+31+219=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #871FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FDB is #78E024. Grayscale: #525252. Windows color (decimal): -7921701 or 14360455. OLE color: 14360455.

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

Color convert

RGB 135 31 219 -
CMYK 0.38 0.86 0 0.14
HSL 273.19º 0.75% 0.49% -
HSV(B) 273.19º 0.86% 0.86% -
XYZ 23.27 11.25 67.96 -
YUV 83.53 204.46 164.71 -
System Red Green Blue C M Y K H S L
Decimal 135 31 219 0.38 0.86 0 0.14 273.19 0.75 0.49
Hex 87 1F DB 26 56 0 E 111 4B 31
Octal 207 37 333 46 126 0 16 421 113 61
Binary 10000111 11111 11011011 100110 1010110 0 1110 100010001 1001011 110001

Color Harmonies of #871FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871FDB

Black with #871FDB

Text Example


Text Example

White with #871FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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