Html Css Color HEX #871BD7 Blue Violet

📋 copy color: '#871BD7'

red 135 ◦ green 27 ◦ blue 215

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

Shades of Blue Violet #871BD7

Tints of Blue Violet #871BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 35.81%
G = 7.16%
B = 57.03%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#871BD7 (or 0x871BD7) is known color: Blue Violet. HEX triplet: 87, 1B and D7. RGB value is (135,27,215). Sum of RGB (Red+Green+Blue) = 135+27+215=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #871BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BD7 is #78E428. Grayscale: #505050. Windows color (decimal): -7922729 or 14097287. OLE color: 14097287.

HSL color Cylindrical-coordinate representation of color #871BD7: hue angle of 274.47º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871BD7 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 27 215 -
CMYK 0.37 0.87 0 0.16
HSL 274.47º 0.78% 0.47% -
HSV(B) 274.47º 0.87% 0.84% -
XYZ 22.65 10.84 65.19 -
YUV 80.72 203.78 166.71 -
System Red Green Blue C M Y K H S L
Decimal 135 27 215 0.37 0.87 0 0.16 274.47 0.78 0.47
Hex 87 1B D7 25 57 0 10 112 4E 2F
Octal 207 33 327 45 127 0 20 422 116 57
Binary 10000111 11011 11010111 100101 1010111 0 10000 100010010 1001110 101111

Color Harmonies of #871BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871BD7

Black with #871BD7

Text Example


Text Example

White with #871BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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