Html Css Color HEX #871FD2 Blue Violet

📋 copy color: '#871FD2'

red 135 ◦ green 31 ◦ blue 210

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

Shades of Blue Violet #871FD2

Tints of Blue Violet #871FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 55.85%

R = 35.9%
G = 8.24%
B = 55.85%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#871FD2 (or 0x871FD2) is known color: Blue Violet. HEX triplet: 87, 1F and D2. RGB value is (135,31,210). Sum of RGB (Red+Green+Blue) = 135+31+210=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #871FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FD2 is #78E02D. Grayscale: #515151. Windows color (decimal): -7921710 or 13770631. OLE color: 13770631.

HSL color Cylindrical-coordinate representation of color #871FD2: hue angle of 274.86º 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 #871FD2 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 31 210 -
CMYK 0.36 0.85 0 0.18
HSL 274.86º 0.74% 0.47% -
HSV(B) 274.86º 0.85% 0.82% -
XYZ 22.11 10.78 61.89 -
YUV 82.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 135 31 210 0.36 0.85 0 0.18 274.86 0.74 0.47
Hex 87 1F D2 24 55 0 12 113 4A 2F
Octal 207 37 322 44 125 0 22 423 112 57
Binary 10000111 11111 11010010 100100 1010101 0 10010 100010011 1001010 101111

Color Harmonies of #871FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871FD2

Black with #871FD2

Text Example


Text Example

White with #871FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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