Html Css Color HEX #871DDC Blue Violet

📋 copy color: '#871DDC'

red 135 ◦ green 29 ◦ blue 220

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

Shades of Blue Violet #871DDC

Tints of Blue Violet #871DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 35.16%
G = 7.55%
B = 57.29%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#871DDC (or 0x871DDC) is known color: Blue Violet. HEX triplet: 87, 1D and DC. RGB value is (135,29,220). Sum of RGB (Red+Green+Blue) = 135+29+220=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #871DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DDC is #78E223. Grayscale: #515151. Windows color (decimal): -7922212 or 14425479. OLE color: 14425479.

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

Color convert

RGB 135 29 220 -
CMYK 0.39 0.87 0 0.14
HSL 273.3º 0.77% 0.49% -
HSV(B) 273.3º 0.87% 0.86% -
XYZ 23.35 11.2 68.64 -
YUV 82.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 135 29 220 0.39 0.87 0 0.14 273.3 0.77 0.49
Hex 87 1D DC 27 57 0 E 111 4D 31
Octal 207 35 334 47 127 0 16 421 115 61
Binary 10000111 11101 11011100 100111 1010111 0 1110 100010001 1001101 110001

Color Harmonies of #871DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DDC

Black with #871DDC

Text Example


Text Example

White with #871DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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