Html Css Color HEX #871FD1 Blue Violet

📋 copy color: '#871FD1'

red 135 ◦ green 31 ◦ blue 209

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

Shades of Blue Violet #871FD1

Tints of Blue Violet #871FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 36%
G = 8.27%
B = 55.73%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#871FD1 (or 0x871FD1) is known color: Blue Violet. HEX triplet: 87, 1F and D1. RGB value is (135,31,209). Sum of RGB (Red+Green+Blue) = 135+31+209=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #871FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FD1 is #78E02E. Grayscale: #515151. Windows color (decimal): -7921711 or 13705095. OLE color: 13705095.

HSL color Cylindrical-coordinate representation of color #871FD1: hue angle of 275.06º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871FD1 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 31 209 -
CMYK 0.35 0.85 0 0.18
HSL 275.06º 0.74% 0.47% -
HSV(B) 275.06º 0.85% 0.82% -
XYZ 21.99 10.73 61.23 -
YUV 82.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 135 31 209 0.35 0.85 0 0.18 275.06 0.74 0.47
Hex 87 1F D1 23 55 0 12 113 4A 2F
Octal 207 37 321 43 125 0 22 423 112 57
Binary 10000111 11111 11010001 100011 1010101 0 10010 100010011 1001010 101111

Color Harmonies of #871FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871FD1

Black with #871FD1

Text Example


Text Example

White with #871FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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