Html Css Color HEX #871BDB Blue Violet

📋 copy color: '#871BDB'

red 135 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #871BDB

Tints of Blue Violet #871BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.09%

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

R = 35.43%
G = 7.09%
B = 57.48%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#871BDB (or 0x871BDB) is known color: Blue Violet. HEX triplet: 87, 1B and DB. RGB value is (135,27,219). Sum of RGB (Red+Green+Blue) = 135+27+219=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #871BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BDB is #78E424. Grayscale: #505050. Windows color (decimal): -7922725 or 14359431. OLE color: 14359431.

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

Color convert

RGB 135 27 219 -
CMYK 0.38 0.88 0 0.14
HSL 273.75º 0.78% 0.48% -
HSV(B) 273.75º 0.88% 0.86% -
XYZ 23.17 11.05 67.93 -
YUV 81.18 205.78 166.39 -
System Red Green Blue C M Y K H S L
Decimal 135 27 219 0.38 0.88 0 0.14 273.75 0.78 0.48
Hex 87 1B DB 26 58 0 E 112 4E 30
Octal 207 33 333 46 130 0 16 422 116 60
Binary 10000111 11011 11011011 100110 1011000 0 1110 100010010 1001110 110000

Color Harmonies of #871BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871BDB

Black with #871BDB

Text Example


Text Example

White with #871BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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