Html Css Color HEX #876EDB Medium Purple

📋 copy color: '#876EDB'

red 135 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #876EDB

Tints of Medium Purple #876EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.71%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 29.09%
G = 23.71%
B = 47.2%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#876EDB (or 0x876EDB) is known color: Medium Purple. HEX triplet: 87, 6E and DB. RGB value is (135,110,219). Sum of RGB (Red+Green+Blue) = 135+110+219=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #876EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EDB is #789124. Grayscale: #818181. Windows color (decimal): -7901477 or 14380679. OLE color: 14380679.

HSL color Cylindrical-coordinate representation of color #876EDB: hue angle of 253.76º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876EDB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 110 219 -
CMYK 0.38 0.50 0 0.14
HSL 253.76º 0.6% 0.65% -
HSV(B) 253.76º 0.5% 0.86% -
XYZ 28.35 21.42 69.66 -
YUV 129.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 135 110 219 0.38 0.50 0 0.14 253.76 0.6 0.65
Hex 87 6E DB 26 32 0 E FE 3C 41
Octal 207 156 333 46 62 0 16 376 74 101
Binary 10000111 1101110 11011011 100110 110010 0 1110 11111110 111100 1000001

Color Harmonies of #876EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876EDB

Black with #876EDB

Text Example


Text Example

White with #876EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,110,219); }

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

background-color css

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

 a { background-color: rgb(135,110,219); }

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

border-color css

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

 span { border-color: rgb(135,110,219); }

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