Html Css Color HEX #876DD5 Medium Purple

📋 copy color: '#876DD5'

red 135 ◦ green 109 ◦ blue 213

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

Shades of Medium Purple #876DD5

Tints of Medium Purple #876DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.85%

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 29.54%
G = 23.85%
B = 46.61%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#876DD5 (or 0x876DD5) is known color: Medium Purple. HEX triplet: 87, 6D and D5. RGB value is (135,109,213). Sum of RGB (Red+Green+Blue) = 135+109+213=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #876DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DD5 is #78922A. Grayscale: #808080. Windows color (decimal): -7901739 or 13987207. OLE color: 13987207.

HSL color Cylindrical-coordinate representation of color #876DD5: hue angle of 255º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876DD5 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 109 213 -
CMYK 0.37 0.49 0 0.16
HSL 255º 0.55% 0.63% -
HSV(B) 255º 0.49% 0.84% -
XYZ 27.47 20.89 65.54 -
YUV 128.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 135 109 213 0.37 0.49 0 0.16 255 0.55 0.63
Hex 87 6D D5 25 31 0 10 FF 37 3F
Octal 207 155 325 45 61 0 20 377 67 77
Binary 10000111 1101101 11010101 100101 110001 0 10000 11111111 110111 111111

Color Harmonies of #876DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DD5

Black with #876DD5

Text Example


Text Example

White with #876DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876DD5; }

 p { color: rgb(135,109,213); }

 H1.HeaderClassName
 {
   color: #876DD5;
 }
 .AnyTagClassName
 {
   color: #876DD5;
 }
</style>

background-color css

<style>
 a { background-color: #876DD5; }

 a { background-color: rgb(135,109,213); }

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

border-color css

<style>
 span { border-color: #876DD5; }

 span { border-color: rgb(135,109,213); }

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