Html Css Color HEX #871FDC Blue Violet

📋 copy color: '#871FDC'

red 135 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #871FDC

Tints of Blue Violet #871FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 34.97%
G = 8.03%
B = 56.99%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#871FDC (or 0x871FDC) is known color: Blue Violet. HEX triplet: 87, 1F and DC. RGB value is (135,31,220). Sum of RGB (Red+Green+Blue) = 135+31+220=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #871FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FDC is #78E023. Grayscale: #525252. Windows color (decimal): -7921700 or 14425991. OLE color: 14425991.

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

Color convert

RGB 135 31 220 -
CMYK 0.39 0.86 0 0.14
HSL 273.02º 0.75% 0.49% -
HSV(B) 273.02º 0.86% 0.86% -
XYZ 23.4 11.3 68.66 -
YUV 83.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 135 31 220 0.39 0.86 0 0.14 273.02 0.75 0.49
Hex 87 1F DC 27 56 0 E 111 4B 31
Octal 207 37 334 47 126 0 16 421 113 61
Binary 10000111 11111 11011100 100111 1010110 0 1110 100010001 1001011 110001

Color Harmonies of #871FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871FDC

Black with #871FDC

Text Example


Text Example

White with #871FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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