#876CDA

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

Shades of Medium Purple #876CDA

Tints of Medium Purple #876CDA

Color information

#876CDA (or 0x876CDA) is unknown color: approx Medium Purple. HEX triplet: 87, 6C and DA. RGB value is (135,108,218). Sum of RGB (Red+Green+Blue) = 135+108+218=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #876CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CDA is #789325. Grayscale: #808080. Windows color (decimal): -7901990 or 14314631. OLE color: 14314631.

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

Color convert

RGB135108218-
CMYK0.380.5000.15
HSL254.73º59.78%63.92%-
HSV(B)254.73º50.46%85.49%-
XYZ28.0120.9468.89-
YUV128.61178.45132.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.28%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 218 (85.55% from 255) = 47.29%
R=29.28%
G=23.43%
B=47.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351082180.380.5000.15254.7359.7863.92
Hex876CDA26320Fff3c40
Octal207154332466201737774100
Binary1000011111011001101101010011011001001111111111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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