Html Css Color HEX #871DDB Blue Violet

📋 copy color: '#871DDB'

red 135 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #871DDB

Tints of Blue Violet #871DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

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

R = 35.25%
G = 7.57%
B = 57.18%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#871DDB (or 0x871DDB) is known color: Blue Violet. HEX triplet: 87, 1D and DB. RGB value is (135,29,219). Sum of RGB (Red+Green+Blue) = 135+29+219=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #871DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DDB is #78E224. Grayscale: #515151. Windows color (decimal): -7922213 or 14359943. OLE color: 14359943.

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

Color convert

RGB 135 29 219 -
CMYK 0.38 0.87 0 0.14
HSL 273.47º 0.77% 0.49% -
HSV(B) 273.47º 0.87% 0.86% -
XYZ 23.22 11.14 67.95 -
YUV 82.35 205.12 165.55 -
System Red Green Blue C M Y K H S L
Decimal 135 29 219 0.38 0.87 0 0.14 273.47 0.77 0.49
Hex 87 1D DB 26 57 0 E 111 4D 31
Octal 207 35 333 46 127 0 16 421 115 61
Binary 10000111 11101 11011011 100110 1010111 0 1110 100010001 1001101 110001

Color Harmonies of #871DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DDB

Black with #871DDB

Text Example


Text Example

White with #871DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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