Html Css Color HEX #876BDC Medium Purple

📋 copy color: '#876BDC'

red 135 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #876BDC

Tints of Medium Purple #876BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 29.22%
G = 23.16%
B = 47.62%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#876BDC (or 0x876BDC) is known color: Medium Purple. HEX triplet: 87, 6B and DC. RGB value is (135,107,220). Sum of RGB (Red+Green+Blue) = 135+107+220=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #876BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BDC is #789423. Grayscale: #7F7F7F. Windows color (decimal): -7902244 or 14445447. OLE color: 14445447.

HSL color Cylindrical-coordinate representation of color #876BDC: hue angle of 254.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876BDC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 107 220 -
CMYK 0.39 0.51 0 0.14
HSL 254.87º 0.62% 0.64% -
HSV(B) 254.87º 0.51% 0.86% -
XYZ 28.17 20.83 70.25 -
YUV 128.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 135 107 220 0.39 0.51 0 0.14 254.87 0.62 0.64
Hex 87 6B DC 27 33 0 E FF 3E 40
Octal 207 153 334 47 63 0 16 377 76 100
Binary 10000111 1101011 11011100 100111 110011 0 1110 11111111 111110 1000000

Color Harmonies of #876BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BDC

Black with #876BDC

Text Example


Text Example

White with #876BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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