#875DD9

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

Shades of Medium Purple #875DD9

Tints of Medium Purple #875DD9

Color information

#875DD9 (or 0x875DD9) is unknown color: approx Medium Purple. HEX triplet: 87, 5D and D9. RGB value is (135,93,217). Sum of RGB (Red+Green+Blue) = 135+93+217=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #875DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DD9 is #78A226. Grayscale: #777777. Windows color (decimal): -7905831 or 14245255. OLE color: 14245255.

HSL color Cylindrical-coordinate representation of color #875DD9: hue angle of 260.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875DD9 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13593217-
CMYK0.380.5700.15
HSL260.32º62%60.78%-
HSV(B)260.32º57.14%85.1%-
XYZ26.4317.9967.72-
YUV119.69182.91138.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=30.34%
G=20.90%
B=48.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135932170.380.5700.15260.326260.78
Hex875DD926390F1043e3d
Octal20713533146710174047675
Binary1000011110111011101100110011011100101111100000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875DD9; }

 p { color: rgb(135,93,217); }

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

<style>
 a { background-color: #875DD9; }

 a { background-color: rgb(135,93,217); }

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

<style>
 span { border-color: #875DD9; }

 span { border-color: rgb(135,93,217); }

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