#8761DF

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

Shades of Medium Purple #8761DF

Tints of Medium Purple #8761DF

Color information

#8761DF (or 0x8761DF) is unknown color: approx Medium Purple. HEX triplet: 87, 61 and DF. RGB value is (135,97,223). Sum of RGB (Red+Green+Blue) = 135+97+223=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8761DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761DF is #789E20. Grayscale: #7A7A7A. Windows color (decimal): -7904801 or 14639495. OLE color: 14639495.

HSL color Cylindrical-coordinate representation of color #8761DF: hue angle of 258.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8761DF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13597223-
CMYK0.390.5700.13
HSL258.1º66.32%62.75%-
HSV(B)258.1º56.5%87.45%-
XYZ27.5919.0372.03-
YUV122.73184.59136.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 223 (87.5% from 255) = 49.01%
R=29.67%
G=21.32%
B=49.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135972230.390.5700.13258.166.3262.75
Hex8761DF27390D102423f
Octal207141337477101540210277
Binary10000111110000111011111100111111001011011000000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8761DF; }

 p { color: rgb(135,97,223); }

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

<style>
 a { background-color: #8761DF; }

 a { background-color: rgb(135,97,223); }

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

<style>
 span { border-color: #8761DF; }

 span { border-color: rgb(135,97,223); }

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