#876CDD

Color #876CDD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #876CDD

Tints of Medium Purple #876CDD

Color information

#876CDD (or 0x876CDD) is unknown color: approx Medium Purple. HEX triplet: 87, 6C and DD. RGB value is (135,108,221). Sum of RGB (Red+Green+Blue) = 135+108+221=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #876CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CDD is #789322. Grayscale: #808080. Windows color (decimal): -7901987 or 14511239. OLE color: 14511239.

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

Color convert

RGB135108221-
CMYK0.390.5100.13
HSL254.34º62.43%64.51%-
HSV(B)254.34º51.13%86.67%-
XYZ28.4121.170.98-
YUV128.95179.95132.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.09%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=29.09%
G=23.28%
B=47.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351082210.390.5100.13254.3462.4364.51
Hex876CDD27330Dfe3e41
Octal207154335476301537676101
Binary1000011111011001101110110011111001101101111111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,108,221); }

 H1.HeaderClassName
 {
   color: #876CDD;
 }
 .AnyTagClassName
 {
   color: #876CDD;
 }
</style>
background-color css

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

 a { background-color: rgb(135,108,221); }

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

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

 span { border-color: rgb(135,108,221); }

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