#866AD5

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

Shades of Medium Purple #866AD5

Tints of Medium Purple #866AD5

Color information

#866AD5 (or 0x866AD5) is unknown color: approx Medium Purple. HEX triplet: 86, 6A and D5. RGB value is (134,106,213). Sum of RGB (Red+Green+Blue) = 134+106+213=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #866AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866AD5 is #79952A. Grayscale: #7E7E7E. Windows color (decimal): -7968043 or 13986438. OLE color: 13986438.

HSL color Cylindrical-coordinate representation of color #866AD5: hue angle of 255.7º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866AD5 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134106213-
CMYK0.370.5000.16
HSL255.7º56.02%62.55%-
HSV(B)255.7º50.23%83.53%-
XYZ2720.1865.42-
YUV126.57176.78133.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=29.58%
G=23.40%
B=47.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341062130.370.5000.16255.756.0262.55
Hex866AD52532010100383f
Octal20615232545620204007077
Binary10000110110101011010101100101110010010000100000000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866AD5; }

 p { color: rgb(134,106,213); }

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

<style>
 a { background-color: #866AD5; }

 a { background-color: rgb(134,106,213); }

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

<style>
 span { border-color: #866AD5; }

 span { border-color: rgb(134,106,213); }

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